#269568

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

Shades of Eucalyptus #269568

Tints of Eucalyptus #269568

Color information

#269568 (or 0x269568) is unknown color: approx Eucalyptus. HEX triplet: 26, 95 and 68. RGB value is (38,149,104). Sum of RGB (Red+Green+Blue) = 38+149+104=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #269568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269568 is #D96A97. Grayscale: #6E6E6E. Windows color (decimal): -14248600 or 6853926. OLE color: 6853926.

HSL color Cylindrical-coordinate representation of color #269568: hue angle of 155.68º 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 #269568 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB38149104-
CMYK0.7400.300.42
HSL155.68º59.36%36.67%-
HSV(B)155.68º74.5%58.43%-
XYZ14.0522.9116.78-
YUV110.68124.2376.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=13.06%
G=51.20%
B=35.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491040.7400.300.42155.6859.3636.67
Hex2695684A01E2A9c3b25
Octal46225150112036522347345
Binary100110100101011101000100101001111010101010011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269568; }

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

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

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

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

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

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

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

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