Html Css Color HEX #06361A Dark Green

📋 copy color: '#06361A'

red 6 ◦ green 54 ◦ blue 26

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

Shades of Dark Green #06361A

Tints of Dark Green #06361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 62.79%

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

R = 6.98%
G = 62.79%
B = 30.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#06361A (or 0x06361A) is known color: Dark Green. HEX triplet: 06, 36 and 1A. RGB value is (6,54,26). Sum of RGB (Red+Green+Blue) = 6+54+26=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #06361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06361A is #F9C9E5. Grayscale: #242424. Windows color (decimal): -16370150 or 1717766. OLE color: 1717766.

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

Color convert

RGB 6 54 26 -
CMYK 0.89 0 0.52 0.79
HSL 145º 0.8% 0.12% -
HSV(B) 145º 0.89% 0.21% -
XYZ 1.58 2.75 1.43 -
YUV 36.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 6 54 26 0.89 0 0.52 0.79 145 0.8 0.12
Hex 6 36 1A 59 0 34 4F 91 50 C
Octal 6 66 32 131 0 64 117 221 120 14
Binary 110 110110 11010 1011001 0 110100 1001111 10010001 1010000 1100

Color Harmonies of #06361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06361A

Black with #06361A

Text Example


Text Example

White with #06361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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