#269C63

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

Shades of Eucalyptus #269C63

Tints of Eucalyptus #269C63

Color information

#269C63 (or 0x269C63) is unknown color: approx Eucalyptus. HEX triplet: 26, 9C and 63. RGB value is (38,156,99). Sum of RGB (Red+Green+Blue) = 38+156+99=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #269C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C63 is #D9639C. Grayscale: #727272. Windows color (decimal): -14246813 or 6528038. OLE color: 6528038.

HSL color Cylindrical-coordinate representation of color #269C63: hue angle of 151.02º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C63 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB3815699-
CMYK0.7600.370.39
HSL151.02º60.82%38.04%-
HSV(B)151.02º75.64%61.18%-
XYZ14.9425.0915.86-
YUV114.22119.4173.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 156 (61.33% from 255) = 53.24%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=12.97%
G=53.24%
B=33.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38156990.7600.370.39151.0260.8238.04
Hex269C634C02527973d26
Octal46234143114045472277546
Binary1001101001110011000111001100010010110011110010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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