Html Css Color HEX #06341A Dark Green

📋 copy color: '#06341A'

red 6 ◦ green 52 ◦ blue 26

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

Shades of Dark Green #06341A

Tints of Dark Green #06341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 30.95%

R = 7.14%
G = 61.9%
B = 30.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#06341A (or 0x06341A) is known color: Dark Green. HEX triplet: 06, 34 and 1A. RGB value is (6,52,26). Sum of RGB (Red+Green+Blue) = 6+52+26=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #06341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06341A is #F9CBE5. Grayscale: #232323. Windows color (decimal): -16370662 or 1717254. OLE color: 1717254.

HSL color Cylindrical-coordinate representation of color #06341A: hue angle of 146.09º 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 #06341A is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 26 -
CMYK 0.88 0 0.50 0.80
HSL 146.09º 0.79% 0.11% -
HSV(B) 146.09º 0.88% 0.2% -
XYZ 1.49 2.57 1.39 -
YUV 35.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 6 52 26 0.88 0 0.50 0.80 146.09 0.79 0.11
Hex 6 34 1A 58 0 32 50 92 4F B
Octal 6 64 32 130 0 62 120 222 117 13
Binary 110 110100 11010 1011000 0 110010 1010000 10010010 1001111 1011

Color Harmonies of #06341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06341A

Black with #06341A

Text Example


Text Example

White with #06341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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