#25995B

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

Shades of Eucalyptus #25995B

Tints of Eucalyptus #25995B

Color information

#25995B (or 0x25995B) is unknown color: approx Eucalyptus. HEX triplet: 25, 99 and 5B. RGB value is (37,153,91). Sum of RGB (Red+Green+Blue) = 37+153+91=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #25995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25995B is #DA66A4. Grayscale: #6F6F6F. Windows color (decimal): -14313125 or 6002981. OLE color: 6002981.

HSL color Cylindrical-coordinate representation of color #25995B: hue angle of 147.93º 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 #25995B is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB3715391-
CMYK0.7600.410.4
HSL147.93º61.05%37.25%-
HSV(B)147.93º75.82%60%-
XYZ14.0423.9313.78-
YUV111.25116.5775.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=13.17%
G=54.45%
B=32.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37153910.7600.410.4147.9361.0537.25
Hex25995B4C02928943d25
Octal45231133114051502247545
Binary1001011001100110110111001100010100110100010010100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25995B; }

 p { color: rgb(37,153,91); }

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

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

 a { background-color: rgb(37,153,91); }

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

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

 span { border-color: rgb(37,153,91); }

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