#258663

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

Shades of Elf Green #258663

Tints of Elf Green #258663

Color information

#258663 (or 0x258663) is unknown color: approx Elf Green. HEX triplet: 25, 86 and 63. RGB value is (37,134,99). Sum of RGB (Red+Green+Blue) = 37+134+99=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #258663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258663 is #DA799C. Grayscale: #656565. Windows color (decimal): -14317981 or 6522405. OLE color: 6522405.

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

Color convert

RGB3713499-
CMYK0.7200.260.47
HSL158.35º56.73%33.53%-
HSV(B)158.35º72.39%52.55%-
XYZ11.5418.3414.74-
YUV101.01126.8682.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=13.70%
G=49.63%
B=36.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37134990.7200.260.47158.3556.7333.53
Hex2586634801A2F9e3922
Octal45206143110032572367142
Binary100101100001101100011100100001101010111110011110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258663; }

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

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

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

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

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

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

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

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