Html Css Color HEX #06331E Dark Green

📋 copy color: '#06331E'

red 6 ◦ green 51 ◦ blue 30

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

Shades of Dark Green #06331E

Tints of Dark Green #06331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 58.62%

 BLUE value IS 30 (12.11% from 255) = 34.48%

R = 6.9%
G = 58.62%
B = 34.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#06331E (or 0x06331E) is known color: Dark Green. HEX triplet: 06, 33 and 1E. RGB value is (6,51,30). Sum of RGB (Red+Green+Blue) = 6+51+30=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #06331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06331E is #F9CCE1. Grayscale: #232323. Windows color (decimal): -16370914 or 1979142. OLE color: 1979142.

HSL color Cylindrical-coordinate representation of color #06331E: hue angle of 152º 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 #06331E is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 30 -
CMYK 0.88 0 0.41 0.8
HSL 152º 0.79% 0.11% -
HSV(B) 152º 0.88% 0.2% -
XYZ 1.49 2.5 1.63 -
YUV 35.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 6 51 30 0.88 0 0.41 0.8 152 0.79 0.11
Hex 6 33 1E 58 0 29 50 98 4F B
Octal 6 63 36 130 0 51 120 230 117 13
Binary 110 110011 11110 1011000 0 101001 1010000 10011000 1001111 1011

Color Harmonies of #06331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06331E

Black with #06331E

Text Example


Text Example

White with #06331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06331E; }

 p { color: rgb(6,51,30); }

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

background-color css

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

 a { background-color: rgb(6,51,30); }

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

border-color css

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

 span { border-color: rgb(6,51,30); }

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