#063228

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

Shades of Dark Green #063228

Tints of Dark Green #063228

Color information

#063228 (or 0x063228) is unknown color: approx Dark Green. HEX triplet: 06, 32 and 28. RGB value is (6,50,40). Sum of RGB (Red+Green+Blue) = 6+50+40=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #063228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063228 is #F9CDD7. Grayscale: #232323. Windows color (decimal): -16371160 or 2634246. OLE color: 2634246.

HSL color Cylindrical-coordinate representation of color #063228: hue angle of 166.36º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063228 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB65040-
CMYK0.8800.200.80
HSL166.36º78.57%10.98%-
HSV(B)166.36º88%19.61%-
XYZ1.62.472.4-
YUV35.7130.42106.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=6.25%
G=52.08%
B=41.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650400.8800.200.80166.3678.5710.98
Hex632285801450a64fb
Octal6625013002412024611713
Binary110110010101000101100001010010100001010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063228; }

 p { color: rgb(6,50,40); }

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

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

 a { background-color: rgb(6,50,40); }

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

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

 span { border-color: rgb(6,50,40); }

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