Html Css Color HEX #053422 Dark Green

📋 copy color: '#053422'

red 5 ◦ green 52 ◦ blue 34

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

Shades of Dark Green #053422

Tints of Dark Green #053422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 57.14%

 BLUE value IS 34 (13.67% from 255) = 37.36%

R = 5.49%
G = 57.14%
B = 37.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#053422 (or 0x053422) is known color: Dark Green. HEX triplet: 05, 34 and 22. RGB value is (5,52,34). Sum of RGB (Red+Green+Blue) = 5+52+34=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #053422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053422 is #FACBDD. Grayscale: #232323. Windows color (decimal): -16436190 or 2241541. OLE color: 2241541.

HSL color Cylindrical-coordinate representation of color #053422: hue angle of 157.02º 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 #053422 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 34 -
CMYK 0.90 0 0.35 0.80
HSL 157.02º 0.82% 0.11% -
HSV(B) 157.02º 0.9% 0.2% -
XYZ 1.58 2.6 1.93 -
YUV 35.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 5 52 34 0.90 0 0.35 0.80 157.02 0.82 0.11
Hex 5 34 22 5A 0 23 50 9D 52 B
Octal 5 64 42 132 0 43 120 235 122 13
Binary 101 110100 100010 1011010 0 100011 1010000 10011101 1010010 1011

Color Harmonies of #053422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053422

Black with #053422

Text Example


Text Example

White with #053422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053422; }

 p { color: rgb(5,52,34); }

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

background-color css

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

 a { background-color: rgb(5,52,34); }

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

border-color css

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

 span { border-color: rgb(5,52,34); }

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