#06361A

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

Shades of Dark Green #06361A

Tints of Dark Green #06361A

Color information

#06361A (or 0x06361A) is unknown color: approx 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

RGB65426-
CMYK0.8900.520.79
HSL145º80%11.76%-
HSV(B)145º88.89%21.18%-
XYZ1.582.751.43-
YUV36.46122.1106.28-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654260.8900.520.791458011.76
Hex6361A590344F9150c
Octal6663213106411722112014
Binary110110110110101011001011010010011111001000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>