#06361B

Color #06361B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #06361B

Tints of Dark Green #06361B

Color information

#06361B (or 0x06361B) is unknown color: approx Dark Green. HEX triplet: 06, 36 and 1B. RGB value is (6,54,27). Sum of RGB (Red+Green+Blue) = 6+54+27=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #06361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06361B is #F9C9E4. Grayscale: #242424. Windows color (decimal): -16370149 or 1783302. OLE color: 1783302.

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

Color convert

RGB65427-
CMYK0.8900.50.79
HSL146.25º80%11.76%-
HSV(B)146.25º88.89%21.18%-
XYZ1.592.761.48-
YUV36.57122.6106.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 54 (21.48% from 255) = 62.07%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=6.90%
G=62.07%
B=31.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654270.8900.50.79146.258011.76
Hex6361B590324F9250c
Octal6663313106211722212014
Binary110110110110111011001011001010011111001001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06361B;
 }
 .AnyTagClassName
 {
   color: #06361B;
 }
</style>
background-color css

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

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

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

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

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

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