#06372A

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

Shades of Dark Green #06372A

Tints of Dark Green #06372A

Color information

#06372A (or 0x06372A) is unknown color: approx Dark Green. HEX triplet: 06, 37 and 2A. RGB value is (6,55,42). Sum of RGB (Red+Green+Blue) = 6+55+42=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #06372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06372A is #F9C8D5. Grayscale: #262626. Windows color (decimal): -16369878 or 2766598. OLE color: 2766598.

HSL color Cylindrical-coordinate representation of color #06372A: hue angle of 164.08º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06372A is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB65542-
CMYK0.8900.240.78
HSL164.08º80.33%11.96%-
HSV(B)164.08º89.09%21.57%-
XYZ1.862.942.66-
YUV38.87129.77104.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 55 (21.88% from 255) = 53.40%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=5.83%
G=53.40%
B=40.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655420.8900.240.78164.0880.3311.96
Hex6372A590184Ea450c
Octal6675213103011624412014
Binary110110111101010101100101100010011101010010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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