#259478

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

Shades of Elf Green #259478

Tints of Elf Green #259478

Color information

#259478 (or 0x259478) is unknown color: approx Elf Green. HEX triplet: 25, 94 and 78. RGB value is (37,148,120). Sum of RGB (Red+Green+Blue) = 37+148+120=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #259478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259478 is #DA6B87. Grayscale: #6F6F6F. Windows color (decimal): -14314376 or 7902245. OLE color: 7902245.

HSL color Cylindrical-coordinate representation of color #259478: hue angle of 164.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259478 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB37148120-
CMYK0.7500.190.42
HSL164.86º60%36.27%-
HSV(B)164.86º75%58.04%-
XYZ14.7422.9321.42-
YUV111.62132.7374.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=12.13%
G=48.52%
B=39.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371481200.7500.190.42164.866036.27
Hex2594784B0132Aa53c24
Octal45224170113023522457444
Binary100101100101001111000100101101001110101010100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259478; }

 p { color: rgb(37,148,120); }

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

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

 a { background-color: rgb(37,148,120); }

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

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

 span { border-color: rgb(37,148,120); }

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