Html Css Color HEX #06351E Dark Green

📋 copy color: '#06351E'

red 6 ◦ green 53 ◦ blue 30

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

Shades of Dark Green #06351E

Tints of Dark Green #06351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 59.55%

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

R = 6.74%
G = 59.55%
B = 33.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#06351E (or 0x06351E) is known color: Dark Green. HEX triplet: 06, 35 and 1E. RGB value is (6,53,30). Sum of RGB (Red+Green+Blue) = 6+53+30=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 53 (21.09% from 255 or 59.55% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 53 - color contains mainly: green. Hex color #06351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06351E is #F9CAE1. Grayscale: #242424. Windows color (decimal): -16370402 or 1979654. OLE color: 1979654.

HSL color Cylindrical-coordinate representation of color #06351E: hue angle of 150.64º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06351E is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 53 30 -
CMYK 0.89 0 0.43 0.79
HSL 150.64º 0.8% 0.12% -
HSV(B) 150.64º 0.89% 0.21% -
XYZ 1.58 2.68 1.66 -
YUV 36.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 6 53 30 0.89 0 0.43 0.79 150.64 0.8 0.12
Hex 6 35 1E 59 0 2B 4F 97 50 C
Octal 6 65 36 131 0 53 117 227 120 14
Binary 110 110101 11110 1011001 0 101011 1001111 10010111 1010000 1100

Color Harmonies of #06351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06351E

Black with #06351E

Text Example


Text Example

White with #06351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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