Html Css Color HEX #063224 Dark Green

📋 copy color: '#063224'

red 6 ◦ green 50 ◦ blue 36

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

Shades of Dark Green #063224

Tints of Dark Green #063224

RGB

 RED value IS 6 (2.73% from 255) = 6.52%

 GREEN value IS 50 (19.92% from 255) = 54.35%

 BLUE value IS 36 (14.45% from 255) = 39.13%

R = 6.52%
G = 54.35%
B = 39.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#063224 (or 0x063224) is known color: Dark Green. HEX triplet: 06, 32 and 24. RGB value is (6,50,36). Sum of RGB (Red+Green+Blue) = 6+50+36=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #063224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063224 is #F9CDDB. Grayscale: #232323. Windows color (decimal): -16371164 or 2372102. OLE color: 2372102.

HSL color Cylindrical-coordinate representation of color #063224: hue angle of 160.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063224 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 36 -
CMYK 0.88 0 0.28 0.80
HSL 160.91º 0.79% 0.11% -
HSV(B) 160.91º 0.88% 0.2% -
XYZ 1.53 2.45 2.06 -
YUV 35.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 6 50 36 0.88 0 0.28 0.80 160.91 0.79 0.11
Hex 6 32 24 58 0 1C 50 A1 4F B
Octal 6 62 44 130 0 34 120 241 117 13
Binary 110 110010 100100 1011000 0 11100 1010000 10100001 1001111 1011

Color Harmonies of #063224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063224

Black with #063224

Text Example


Text Example

White with #063224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063224; }

 p { color: rgb(6,50,36); }

 H1.HeaderClassName
 {
   color: #063224;
 }
 .AnyTagClassName
 {
   color: #063224;
 }
</style>

background-color css

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

 a { background-color: rgb(6,50,36); }

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

border-color css

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

 span { border-color: rgb(6,50,36); }

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