#269A63

Color #269A63 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #269A63

Tints of Eucalyptus #269A63

Color information

#269A63 (or 0x269A63) is unknown color: approx Eucalyptus. HEX triplet: 26, 9A and 63. RGB value is (38,154,99). Sum of RGB (Red+Green+Blue) = 38+154+99=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #269A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269A63 is #D9659C. Grayscale: #717171. Windows color (decimal): -14247325 or 6527526. OLE color: 6527526.

HSL color Cylindrical-coordinate representation of color #269A63: hue angle of 151.55º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A63 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB3815499-
CMYK0.7500.360.40
HSL151.55º60.42%37.65%-
HSV(B)151.55º75.32%60.39%-
XYZ14.6124.4215.75-
YUV113.05120.0774.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 154 (60.55% from 255) = 52.92%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=13.06%
G=52.92%
B=34.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38154990.7500.360.40151.5560.4237.65
Hex269A634B02428983c26
Octal46232143113044502307446
Binary1001101001101011000111001011010010010100010011000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269A63; }

 p { color: rgb(38,154,99); }

 H1.HeaderClassName
 {
   color: #269A63;
 }
 .AnyTagClassName
 {
   color: #269A63;
 }
</style>
background-color css

<style>
 a { background-color: #269A63; }

 a { background-color: rgb(38,154,99); }

 div.DivClassName
 {
   background-color: #269A63;
 }
 .BgClassName
 {
   background-color: #269A63;
 }
</style>
border-color css

<style>
 span { border-color: #269A63; }

 span { border-color: rgb(38,154,99); }

 td.TdClassName
 {
   border-color: #269A63;
 }
 .TagClassName
 {
   border-color: #269A63;
 }
</style>