Html Css Color HEX #053217 Dark Green

📋 copy color: '#053217'

red 5 ◦ green 50 ◦ blue 23

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

Shades of Dark Green #053217

Tints of Dark Green #053217

RGB

 RED value IS 5 (2.34% from 255) = 6.41%

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

 BLUE value IS 23 (9.38% from 255) = 29.49%

R = 6.41%
G = 64.1%
B = 29.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#053217 (or 0x053217) is known color: Dark Green. HEX triplet: 05, 32 and 17. RGB value is (5,50,23). Sum of RGB (Red+Green+Blue) = 5+50+23=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #053217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053217 is #FACDE8. Grayscale: #212121. Windows color (decimal): -16436713 or 1520133. OLE color: 1520133.

HSL color Cylindrical-coordinate representation of color #053217: hue angle of 144º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053217 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 23 -
CMYK 0.90 0 0.54 0.80
HSL 144º 0.82% 0.11% -
HSV(B) 144º 0.9% 0.2% -
XYZ 1.36 2.38 1.2 -
YUV 33.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 5 50 23 0.90 0 0.54 0.80 144 0.82 0.11
Hex 5 32 17 5A 0 36 50 90 52 B
Octal 5 62 27 132 0 66 120 220 122 13
Binary 101 110010 10111 1011010 0 110110 1010000 10010000 1010010 1011

Color Harmonies of #053217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053217

Black with #053217

Text Example


Text Example

White with #053217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053217; }

 p { color: rgb(5,50,23); }

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

background-color css

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

 a { background-color: rgb(5,50,23); }

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

border-color css

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

 span { border-color: rgb(5,50,23); }

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