#25955C

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

Shades of Eucalyptus #25955C

Tints of Eucalyptus #25955C

Color information

#25955C (or 0x25955C) is unknown color: approx Eucalyptus. HEX triplet: 25, 95 and 5C. RGB value is (37,149,92). Sum of RGB (Red+Green+Blue) = 37+149+92=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #25955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25955C is #DA6AA3. Grayscale: #6D6D6D. Windows color (decimal): -14314148 or 6067493. OLE color: 6067493.

HSL color Cylindrical-coordinate representation of color #25955C: hue angle of 149.46º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25955C is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB3714992-
CMYK0.7500.380.42
HSL149.46º60.22%36.47%-
HSV(B)149.46º75.17%58.43%-
XYZ13.4422.6613.79-
YUV109.01118.3976.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=13.31%
G=53.60%
B=33.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37149920.7500.380.42149.4660.2236.47
Hex25955C4B0262A953c24
Octal45225134113046522257444
Binary1001011001010110111001001011010011010101010010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,149,92); }

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

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

 a { background-color: rgb(37,149,92); }

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

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

 span { border-color: rgb(37,149,92); }

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