#258664

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

Shades of Elf Green #258664

Tints of Elf Green #258664

Color information

#258664 (or 0x258664) is unknown color: approx Elf Green. HEX triplet: 25, 86 and 64. RGB value is (37,134,100). Sum of RGB (Red+Green+Blue) = 37+134+100=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #258664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258664 is #DA799B. Grayscale: #656565. Windows color (decimal): -14317980 or 6587941. OLE color: 6587941.

HSL color Cylindrical-coordinate representation of color #258664: hue angle of 158.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258664 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB37134100-
CMYK0.7200.250.47
HSL158.97º56.73%33.53%-
HSV(B)158.97º72.39%52.55%-
XYZ11.5918.3614.99-
YUV101.12127.3682.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=13.65%
G=49.45%
B=36.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371341000.7200.250.47158.9756.7333.53
Hex258664480192F9f3922
Octal45206144110031572377142
Binary100101100001101100100100100001100110111110011111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258664; }

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

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

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

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

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

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

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

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