#19985C

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

Shades of Eucalyptus #19985C

Tints of Eucalyptus #19985C

Color information

#19985C (or 0x19985C) is unknown color: approx Eucalyptus. HEX triplet: 19, 98 and 5C. RGB value is (25,152,92). Sum of RGB (Red+Green+Blue) = 25+152+92=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #19985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19985C is #E667A3. Grayscale: #6B6B6B. Windows color (decimal): -15099812 or 6068249. OLE color: 6068249.

HSL color Cylindrical-coordinate representation of color #19985C: hue angle of 151.65º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19985C is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB2515292-
CMYK0.8400.390.40
HSL151.65º71.75%34.71%-
HSV(B)151.65º83.55%59.61%-
XYZ13.5623.4413.93-
YUV107.19119.4269.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=9.29%
G=56.51%
B=34.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25152920.8400.390.40151.6571.7534.71
Hex19985C5402728984823
Octal312301341240475023011043
Binary1100110011000101110010101000100111101000100110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19985C; }

 p { color: rgb(25,152,92); }

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

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

 a { background-color: rgb(25,152,92); }

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

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

 span { border-color: rgb(25,152,92); }

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