#062522

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

Shades of Dark Green #062522

Tints of Dark Green #062522

Color information

#062522 (or 0x062522) is unknown color: approx Dark Green. HEX triplet: 06, 25 and 22. RGB value is (6,37,34). Sum of RGB (Red+Green+Blue) = 6+37+34=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #062522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062522 is #F9DADD. Grayscale: #1B1B1B. Windows color (decimal): -16374494 or 2237702. OLE color: 2237702.

HSL color Cylindrical-coordinate representation of color #062522: hue angle of 174.19º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062522 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB63734-
CMYK0.8400.080.85
HSL174.19º72.09%8.43%-
HSV(B)174.19º83.78%14.51%-
XYZ1.031.481.74-
YUV27.39131.73112.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 34 (13.67% from 255) = 44.16%
R=7.79%
G=48.05%
B=44.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal637340.8400.080.85174.1972.098.43
Hex62522540855ae488
Octal6454212401012525611010
Binary11010010110001010101000100010101011010111010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062522; }

 p { color: rgb(6,37,34); }

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

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

 a { background-color: rgb(6,37,34); }

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

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

 span { border-color: rgb(6,37,34); }

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