#258565

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

Shades of Elf Green #258565

Tints of Elf Green #258565

Color information

#258565 (or 0x258565) is unknown color: approx Elf Green. HEX triplet: 25, 85 and 65. RGB value is (37,133,101). Sum of RGB (Red+Green+Blue) = 37+133+101=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #258565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258565 is #DA7A9A. Grayscale: #646464. Windows color (decimal): -14318235 or 6653221. OLE color: 6653221.

HSL color Cylindrical-coordinate representation of color #258565: hue angle of 160º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258565 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB37133101-
CMYK0.7200.240.48
HSL160º56.47%33.33%-
HSV(B)160º72.18%52.16%-
XYZ11.518.1115.2-
YUV100.65128.282.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=13.65%
G=49.08%
B=37.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371331010.7200.240.4816056.4733.33
Hex2585654801830a03821
Octal45205145110030602407041
Binary100101100001011100101100100001100011000010100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258565; }

 p { color: rgb(37,133,101); }

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

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

 a { background-color: rgb(37,133,101); }

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

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

 span { border-color: rgb(37,133,101); }

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