#258463

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

Shades of Elf Green #258463

Tints of Elf Green #258463

Color information

#258463 (or 0x258463) is unknown color: approx Elf Green. HEX triplet: 25, 84 and 63. RGB value is (37,132,99). Sum of RGB (Red+Green+Blue) = 37+132+99=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #258463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258463 is #DA7B9C. Grayscale: #636363. Windows color (decimal): -14318493 or 6521893. OLE color: 6521893.

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

Color convert

RGB3713299-
CMYK0.7200.250.48
HSL159.16º56.21%33.14%-
HSV(B)159.16º71.97%51.76%-
XYZ11.2717.814.65-
YUV99.83127.5383.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=13.81%
G=49.25%
B=36.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37132990.7200.250.48159.1656.2133.14
Hex25846348019309f3821
Octal45204143110031602377041
Binary100101100001001100011100100001100111000010011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258463; }

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

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

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

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

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

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

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

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