#063127

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

Shades of Dark Green #063127

Tints of Dark Green #063127

Color information

#063127 (or 0x063127) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 27. RGB value is (6,49,39). Sum of RGB (Red+Green+Blue) = 6+49+39=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #063127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063127 is #F9CED8. Grayscale: #232323. Windows color (decimal): -16371417 or 2568454. OLE color: 2568454.

HSL color Cylindrical-coordinate representation of color #063127: hue angle of 166.05º 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 #063127 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB64939-
CMYK0.8800.200.81
HSL166.05º78.18%10.78%-
HSV(B)166.05º87.76%19.22%-
XYZ1.542.382.3-
YUV35130.25107.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=6.38%
G=52.13%
B=41.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649390.8800.200.81166.0578.1810.78
Hex631275801451a64eb
Octal6614713002412124611613
Binary110110001100111101100001010010100011010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063127; }

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

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

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

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

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

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

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

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