#063526

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

Shades of Dark Green #063526

Tints of Dark Green #063526

Color information

#063526 (or 0x063526) is unknown color: approx Dark Green. HEX triplet: 06, 35 and 26. RGB value is (6,53,38). Sum of RGB (Red+Green+Blue) = 6+53+38=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #063526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063526 is #F9CAD9. Grayscale: #252525. Windows color (decimal): -16370394 or 2503942. OLE color: 2503942.

HSL color Cylindrical-coordinate representation of color #063526: hue angle of 160.85º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063526 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB65338-
CMYK0.8900.280.79
HSL160.85º79.66%11.57%-
HSV(B)160.85º88.68%20.78%-
XYZ1.72.722.27-
YUV37.24128.43105.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 53 (21.09% from 255) = 54.64%
BLUE value IS 38 (15.23% from 255) = 39.18%
R=6.19%
G=54.64%
B=39.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal653380.8900.280.79160.8579.6611.57
Hex635265901C4Fa150c
Octal6654613103411724112014
Binary110110101100110101100101110010011111010000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063526; }

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

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

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

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

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

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

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

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