#269565

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

Shades of Eucalyptus #269565

Tints of Eucalyptus #269565

Color information

#269565 (or 0x269565) is unknown color: approx Eucalyptus. HEX triplet: 26, 95 and 65. RGB value is (38,149,101). Sum of RGB (Red+Green+Blue) = 38+149+101=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #269565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269565 is #D96A9A. Grayscale: #6E6E6E. Windows color (decimal): -14248603 or 6657318. OLE color: 6657318.

HSL color Cylindrical-coordinate representation of color #269565: hue angle of 154.05º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269565 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB38149101-
CMYK0.7400.320.42
HSL154.05º59.36%36.67%-
HSV(B)154.05º74.5%58.43%-
XYZ13.922.8515.99-
YUV110.34122.7376.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.19%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=13.19%
G=51.74%
B=35.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491010.7400.320.42154.0559.3636.67
Hex2695654A0202A9a3b25
Octal46225145112040522327345
Binary1001101001010111001011001010010000010101010011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269565; }

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

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

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

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

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

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

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

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