#269965

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

Shades of Eucalyptus #269965

Tints of Eucalyptus #269965

Color information

#269965 (or 0x269965) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 65. RGB value is (38,153,101). Sum of RGB (Red+Green+Blue) = 38+153+101=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #269965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269965 is #D9669A. Grayscale: #707070. Windows color (decimal): -14247579 or 6658342. OLE color: 6658342.

HSL color Cylindrical-coordinate representation of color #269965: hue angle of 152.87º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269965 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB38153101-
CMYK0.7500.340.4
HSL152.87º60.21%37.45%-
HSV(B)152.87º75.16%60%-
XYZ14.5424.1316.2-
YUV112.69121.474.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=13.01%
G=52.40%
B=34.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531010.7500.340.4152.8760.2137.45
Hex2699654B02228993c25
Octal46231145113042502317445
Binary1001101001100111001011001011010001010100010011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269965; }

 p { color: rgb(38,153,101); }

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

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

 a { background-color: rgb(38,153,101); }

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

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

 span { border-color: rgb(38,153,101); }

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