Html Css Color HEX #063526 Dark Green

📋 copy color: '#063526'

red 6 ◦ green 53 ◦ blue 38

#063526
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #063526

Tints of Dark Green #063526

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 value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#063526 (or 0x063526) is known color: 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

RGB 6 53 38 -
CMYK 0.89 0 0.28 0.79
HSL 160.85º 0.8% 0.12% -
HSV(B) 160.85º 0.89% 0.21% -
XYZ 1.7 2.72 2.27 -
YUV 37.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 6 53 38 0.89 0 0.28 0.79 160.85 0.8 0.12
Hex 6 35 26 59 0 1C 4F A1 50 C
Octal 6 65 46 131 0 34 117 241 120 14
Binary 110 110101 100110 1011001 0 11100 1001111 10100001 1010000 1100

Color Harmonies of #063526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063526

Black with #063526

Text Example


Text Example

White with #063526

Text Example


Text Example

HTML Codes & Css Web 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>