Html Css Color HEX #06361E Dark Green

📋 copy color: '#06361E'

red 6 ◦ green 54 ◦ blue 30

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

Shades of Dark Green #06361E

Tints of Dark Green #06361E

RGB

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

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

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

R = 6.67%
G = 60%
B = 33.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#06361E (or 0x06361E) is known color: Dark Green. HEX triplet: 06, 36 and 1E. RGB value is (6,54,30). Sum of RGB (Red+Green+Blue) = 6+54+30=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #06361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06361E is #F9C9E1. Grayscale: #242424. Windows color (decimal): -16370146 or 1979910. OLE color: 1979910.

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

Color convert

RGB 6 54 30 -
CMYK 0.89 0 0.44 0.79
HSL 150º 0.8% 0.12% -
HSV(B) 150º 0.89% 0.21% -
XYZ 1.63 2.77 1.68 -
YUV 36.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 6 54 30 0.89 0 0.44 0.79 150 0.8 0.12
Hex 6 36 1E 59 0 2C 4F 96 50 C
Octal 6 66 36 131 0 54 117 226 120 14
Binary 110 110110 11110 1011001 0 101100 1001111 10010110 1010000 1100

Color Harmonies of #06361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06361E

Black with #06361E

Text Example


Text Example

White with #06361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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