#062514

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

Shades of Dark Green #062514

Tints of Dark Green #062514

Color information

#062514 (or 0x062514) is unknown color: approx Dark Green. HEX triplet: 06, 25 and 14. RGB value is (6,37,20). Sum of RGB (Red+Green+Blue) = 6+37+20=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #062514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062514 is #F9DAEB. Grayscale: #191919. Windows color (decimal): -16374508 or 1320198. OLE color: 1320198.

HSL color Cylindrical-coordinate representation of color #062514: hue angle of 147.1º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062514 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB63720-
CMYK0.8400.460.85
HSL147.1º72.09%8.43%-
HSV(B)147.1º83.78%14.51%-
XYZ0.861.410.89-
YUV25.79124.73113.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 37 (14.84% from 255) = 58.73%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=9.52%
G=58.73%
B=31.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal637200.8400.460.85147.172.098.43
Hex625145402E5593488
Octal6452412405612522311010
Binary110100101101001010100010111010101011001001110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062514; }

 p { color: rgb(6,37,20); }

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

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

 a { background-color: rgb(6,37,20); }

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

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

 span { border-color: rgb(6,37,20); }

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