Html Css Color HEX #053122 Dark Green

📋 copy color: '#053122'

red 5 ◦ green 49 ◦ blue 34

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

Shades of Dark Green #053122

Tints of Dark Green #053122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.68%

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

R = 5.68%
G = 55.68%
B = 38.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#053122 (or 0x053122) is known color: Dark Green. HEX triplet: 05, 31 and 22. RGB value is (5,49,34). Sum of RGB (Red+Green+Blue) = 5+49+34=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #053122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053122 is #FACEDD. Grayscale: #222222. Windows color (decimal): -16436958 or 2240773. OLE color: 2240773.

HSL color Cylindrical-coordinate representation of color #053122: hue angle of 159.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053122 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 34 -
CMYK 0.90 0 0.31 0.81
HSL 159.55º 0.81% 0.11% -
HSV(B) 159.55º 0.9% 0.19% -
XYZ 1.45 2.34 1.89 -
YUV 34.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 5 49 34 0.90 0 0.31 0.81 159.55 0.81 0.11
Hex 5 31 22 5A 0 1F 51 A0 51 B
Octal 5 61 42 132 0 37 121 240 121 13
Binary 101 110001 100010 1011010 0 11111 1010001 10100000 1010001 1011

Color Harmonies of #053122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053122

Black with #053122

Text Example


Text Example

White with #053122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053122; }

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

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

background-color css

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

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

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

border-color css

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

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

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