Html Css Color HEX #06351A Dark Green

📋 copy color: '#06351A'

red 6 ◦ green 53 ◦ blue 26

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

Shades of Dark Green #06351A

Tints of Dark Green #06351A

RGB

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

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

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

R = 7.06%
G = 62.35%
B = 30.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#06351A (or 0x06351A) is known color: Dark Green. HEX triplet: 06, 35 and 1A. RGB value is (6,53,26). Sum of RGB (Red+Green+Blue) = 6+53+26=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #06351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06351A is #F9CAE5. Grayscale: #232323. Windows color (decimal): -16370406 or 1717510. OLE color: 1717510.

HSL color Cylindrical-coordinate representation of color #06351A: hue angle of 145.53º 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 #06351A is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 53 26 -
CMYK 0.89 0 0.51 0.79
HSL 145.53º 0.8% 0.12% -
HSV(B) 145.53º 0.89% 0.21% -
XYZ 1.53 2.66 1.41 -
YUV 35.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 6 53 26 0.89 0 0.51 0.79 145.53 0.8 0.12
Hex 6 35 1A 59 0 33 4F 92 50 C
Octal 6 65 32 131 0 63 117 222 120 14
Binary 110 110101 11010 1011001 0 110011 1001111 10010010 1010000 1100

Color Harmonies of #06351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06351A

Black with #06351A

Text Example


Text Example

White with #06351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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