#06362A

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

Shades of Dark Green #06362A

Tints of Dark Green #06362A

Color information

#06362A (or 0x06362A) is unknown color: approx Dark Green. HEX triplet: 06, 36 and 2A. RGB value is (6,54,42). Sum of RGB (Red+Green+Blue) = 6+54+42=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #06362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06362A is #F9C9D5. Grayscale: #262626. Windows color (decimal): -16370134 or 2766342. OLE color: 2766342.

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

Color convert

RGB65442-
CMYK0.8900.220.79
HSL165º80%11.76%-
HSV(B)165º88.89%21.18%-
XYZ1.812.842.64-
YUV38.28130.1104.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.88%
GREEN value IS 54 (21.48% from 255) = 52.94%
BLUE value IS 42 (16.80% from 255) = 41.18%
R=5.88%
G=52.94%
B=41.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654420.8900.220.791658011.76
Hex6362A590164Fa550c
Octal6665213102611724512014
Binary110110110101010101100101011010011111010010110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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