#259869

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

Shades of Eucalyptus #259869

Tints of Eucalyptus #259869

Color information

#259869 (or 0x259869) is unknown color: approx Eucalyptus. HEX triplet: 25, 98 and 69. RGB value is (37,152,105). Sum of RGB (Red+Green+Blue) = 37+152+105=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #259869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259869 is #DA6796. Grayscale: #707070. Windows color (decimal): -14313367 or 6920229. OLE color: 6920229.

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

Color convert

RGB37152105-
CMYK0.7600.310.40
HSL155.48º60.85%37.06%-
HSV(B)155.48º75.66%59.61%-
XYZ14.5423.8717.21-
YUV112.26123.974.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 152 (59.77% from 255) = 51.70%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=12.59%
G=51.70%
B=35.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371521050.7600.310.40155.4860.8537.06
Hex2598694C01F289b3d25
Octal45230151114037502337545
Binary100101100110001101001100110001111110100010011011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259869; }

 p { color: rgb(37,152,105); }

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

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

 a { background-color: rgb(37,152,105); }

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

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

 span { border-color: rgb(37,152,105); }

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