Html Css Color HEX #062512 Dark Green

📋 copy color: '#062512'

red 6 ◦ green 37 ◦ blue 18

#062512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #062512

Tints of Dark Green #062512

RGB

 RED value IS 6 (2.73% from 255) = 9.84%

 GREEN value IS 37 (14.84% from 255) = 60.66%

 BLUE value IS 18 (7.42% from 255) = 29.51%

R = 9.84%
G = 60.66%
B = 29.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#062512 (or 0x062512) is known color: Dark Green. HEX triplet: 06, 25 and 12. RGB value is (6,37,18). Sum of RGB (Red+Green+Blue) = 6+37+18=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #062512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062512 is #F9DAED. Grayscale: #191919. Windows color (decimal): -16374510 or 1189126. OLE color: 1189126.

HSL color Cylindrical-coordinate representation of color #062512: hue angle of 143.23º 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 #062512 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 37 18 -
CMYK 0.84 0 0.51 0.85
HSL 143.23º 0.72% 0.08% -
HSV(B) 143.23º 0.84% 0.15% -
XYZ 0.85 1.41 0.8 -
YUV 25.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 6 37 18 0.84 0 0.51 0.85 143.23 0.72 0.08
Hex 6 25 12 54 0 33 55 8F 48 8
Octal 6 45 22 124 0 63 125 217 110 10
Binary 110 100101 10010 1010100 0 110011 1010101 10001111 1001000 1000

Color Harmonies of #062512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062512

Black with #062512

Text Example


Text Example

White with #062512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062512; }

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

 H1.HeaderClassName
 {
   color: #062512;
 }
 .AnyTagClassName
 {
   color: #062512;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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