#063126

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

Shades of Dark Green #063126

Tints of Dark Green #063126

Color information

#063126 (or 0x063126) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 26. RGB value is (6,49,38). Sum of RGB (Red+Green+Blue) = 6+49+38=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #063126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063126 is #F9CED9. Grayscale: #222222. Windows color (decimal): -16371418 or 2502918. OLE color: 2502918.

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

Color convert

RGB64938-
CMYK0.8800.220.81
HSL164.65º78.18%10.78%-
HSV(B)164.65º87.76%19.22%-
XYZ1.522.382.21-
YUV34.89129.75107.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=6.45%
G=52.69%
B=40.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649380.8800.220.81164.6578.1810.78
Hex631265801651a54eb
Octal6614613002612124511613
Binary110110001100110101100001011010100011010010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063126; }

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

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

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

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

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

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

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

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