#25995D

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

Shades of Eucalyptus #25995D

Tints of Eucalyptus #25995D

Color information

#25995D (or 0x25995D) is unknown color: approx Eucalyptus. HEX triplet: 25, 99 and 5D. RGB value is (37,153,93). Sum of RGB (Red+Green+Blue) = 37+153+93=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #25995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25995D is #DA66A2. Grayscale: #6F6F6F. Windows color (decimal): -14313123 or 6134053. OLE color: 6134053.

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

Color convert

RGB3715393-
CMYK0.7600.390.4
HSL148.97º61.05%37.25%-
HSV(B)148.97º75.82%60%-
XYZ14.1323.9714.24-
YUV111.48117.5774.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 153 (60.16% from 255) = 54.06%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=13.07%
G=54.06%
B=32.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37153930.7600.390.4148.9761.0537.25
Hex25995D4C02728953d25
Octal45231135114047502257545
Binary1001011001100110111011001100010011110100010010101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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