Html Css Color HEX #06341F Dark Green

📋 copy color: '#06341F'

red 6 ◦ green 52 ◦ blue 31

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

Shades of Dark Green #06341F

Tints of Dark Green #06341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 58.43%

 BLUE value IS 31 (12.5% from 255) = 34.83%

R = 6.74%
G = 58.43%
B = 34.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#06341F (or 0x06341F) is known color: Dark Green. HEX triplet: 06, 34 and 1F. RGB value is (6,52,31). Sum of RGB (Red+Green+Blue) = 6+52+31=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #06341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06341F is #F9CBE0. Grayscale: #232323. Windows color (decimal): -16370657 or 2044934. OLE color: 2044934.

HSL color Cylindrical-coordinate representation of color #06341F: hue angle of 152.61º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06341F is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 31 -
CMYK 0.88 0 0.40 0.80
HSL 152.61º 0.79% 0.11% -
HSV(B) 152.61º 0.88% 0.2% -
XYZ 1.55 2.59 1.72 -
YUV 35.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 6 52 31 0.88 0 0.40 0.80 152.61 0.79 0.11
Hex 6 34 1F 58 0 28 50 99 4F B
Octal 6 64 37 130 0 50 120 231 117 13
Binary 110 110100 11111 1011000 0 101000 1010000 10011001 1001111 1011

Color Harmonies of #06341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06341F

Black with #06341F

Text Example


Text Example

White with #06341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06341F; }

 p { color: rgb(6,52,31); }

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

background-color css

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

 a { background-color: rgb(6,52,31); }

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

border-color css

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

 span { border-color: rgb(6,52,31); }

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