#063128

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

Shades of Dark Green #063128

Tints of Dark Green #063128

Color information

#063128 (or 0x063128) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 28. RGB value is (6,49,40). Sum of RGB (Red+Green+Blue) = 6+49+40=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #063128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063128 is #F9CED7. Grayscale: #232323. Windows color (decimal): -16371416 or 2633990. OLE color: 2633990.

HSL color Cylindrical-coordinate representation of color #063128: hue angle of 167.44º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063128 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB64940-
CMYK0.8800.180.81
HSL167.44º78.18%10.78%-
HSV(B)167.44º87.76%19.22%-
XYZ1.562.392.39-
YUV35.12130.75107.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=6.32%
G=51.58%
B=42.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649400.8800.180.81167.4478.1810.78
Hex631285801251a74eb
Octal6615013002212124711613
Binary110110001101000101100001001010100011010011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063128; }

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

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

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

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

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

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

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

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