#258464

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

Shades of Elf Green #258464

Tints of Elf Green #258464

Color information

#258464 (or 0x258464) is unknown color: approx Elf Green. HEX triplet: 25, 84 and 64. RGB value is (37,132,100). Sum of RGB (Red+Green+Blue) = 37+132+100=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #258464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258464 is #DA7B9B. Grayscale: #636363. Windows color (decimal): -14318492 or 6587429. OLE color: 6587429.

HSL color Cylindrical-coordinate representation of color #258464: hue angle of 159.79º 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 #258464 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB37132100-
CMYK0.7200.240.48
HSL159.79º56.21%33.14%-
HSV(B)159.79º71.97%51.76%-
XYZ11.3117.8214.9-
YUV99.95128.0383.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=13.75%
G=49.07%
B=37.17%

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
Decimal371321000.7200.240.48159.7956.2133.14
Hex2584644801830a03821
Octal45204144110030602407041
Binary100101100001001100100100100001100011000010100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258464; }

 p { color: rgb(37,132,100); }

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

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

 a { background-color: rgb(37,132,100); }

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

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

 span { border-color: rgb(37,132,100); }

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