Html Css Color HEX #06311B Dark Green

📋 copy color: '#06311B'

red 6 ◦ green 49 ◦ blue 27

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

Shades of Dark Green #06311B

Tints of Dark Green #06311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 59.76%

 BLUE value IS 27 (10.94% from 255) = 32.93%

R = 7.32%
G = 59.76%
B = 32.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#06311B (or 0x06311B) is known color: Dark Green. HEX triplet: 06, 31 and 1B. RGB value is (6,49,27). Sum of RGB (Red+Green+Blue) = 6+49+27=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #06311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06311B is #F9CEE4. Grayscale: #212121. Windows color (decimal): -16371429 or 1782022. OLE color: 1782022.

HSL color Cylindrical-coordinate representation of color #06311B: hue angle of 149.3º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06311B is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 49 27 -
CMYK 0.88 0 0.45 0.81
HSL 149.3º 0.78% 0.11% -
HSV(B) 149.3º 0.88% 0.19% -
XYZ 1.37 2.31 1.41 -
YUV 33.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 6 49 27 0.88 0 0.45 0.81 149.3 0.78 0.11
Hex 6 31 1B 58 0 2D 51 95 4E B
Octal 6 61 33 130 0 55 121 225 116 13
Binary 110 110001 11011 1011000 0 101101 1010001 10010101 1001110 1011

Color Harmonies of #06311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06311B

Black with #06311B

Text Example


Text Example

White with #06311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06311B; }

 p { color: rgb(6,49,27); }

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

background-color css

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

 a { background-color: rgb(6,49,27); }

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

border-color css

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

 span { border-color: rgb(6,49,27); }

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