#148377

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

Shades of Elf Green #148377

Tints of Elf Green #148377

Color information

#148377 (or 0x148377) is unknown color: approx Elf Green. HEX triplet: 14, 83 and 77. RGB value is (20,131,119). Sum of RGB (Red+Green+Blue) = 20+131+119=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #148377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148377 is #EB7C88. Grayscale: #606060. Windows color (decimal): -15432841 or 7832340. OLE color: 7832340.

HSL color Cylindrical-coordinate representation of color #148377: hue angle of 173.51º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148377 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB20131119-
CMYK0.8500.090.49
HSL173.51º73.51%29.61%-
HSV(B)173.51º84.73%51.37%-
XYZ11.7317.7120.25-
YUV96.44140.7373.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=7.41%
G=48.52%
B=44.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201311190.8500.090.49173.5173.5129.61
Hex148377550931ae4a1e
Octal242031671250116125611236
Binary1010010000011111011110101010100111000110101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148377; }

 p { color: rgb(20,131,119); }

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

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

 a { background-color: rgb(20,131,119); }

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

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

 span { border-color: rgb(20,131,119); }

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