#06361F

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

Shades of Dark Green #06361F

Tints of Dark Green #06361F

Color information

#06361F (or 0x06361F) is unknown color: approx Dark Green. HEX triplet: 06, 36 and 1F. RGB value is (6,54,31). Sum of RGB (Red+Green+Blue) = 6+54+31=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #06361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06361F is #F9C9E0. Grayscale: #252525. Windows color (decimal): -16370145 or 2045446. OLE color: 2045446.

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

Color convert

RGB65431-
CMYK0.8900.430.79
HSL151.25º80%11.76%-
HSV(B)151.25º88.89%21.18%-
XYZ1.642.781.75-
YUV37.03124.6105.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 54 (21.48% from 255) = 59.34%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=6.59%
G=59.34%
B=34.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654310.8900.430.79151.258011.76
Hex6361F5902B4F9750c
Octal6663713105311722712014
Binary110110110111111011001010101110011111001011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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