Html Css Color HEX #053022 Dark Green

📋 copy color: '#053022'

red 5 ◦ green 48 ◦ blue 34

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

Shades of Dark Green #053022

Tints of Dark Green #053022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 55.17%

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

R = 5.75%
G = 55.17%
B = 39.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#053022 (or 0x053022) is known color: Dark Green. HEX triplet: 05, 30 and 22. RGB value is (5,48,34). Sum of RGB (Red+Green+Blue) = 5+48+34=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #053022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053022 is #FACFDD. Grayscale: #212121. Windows color (decimal): -16437214 or 2240517. OLE color: 2240517.

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

Color convert

RGB 5 48 34 -
CMYK 0.90 0 0.29 0.81
HSL 160.47º 0.81% 0.1% -
HSV(B) 160.47º 0.9% 0.19% -
XYZ 1.41 2.26 1.88 -
YUV 33.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 5 48 34 0.90 0 0.29 0.81 160.47 0.81 0.1
Hex 5 30 22 5A 0 1D 51 A0 51 A
Octal 5 60 42 132 0 35 121 240 121 12
Binary 101 110000 100010 1011010 0 11101 1010001 10100000 1010001 1010

Color Harmonies of #053022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053022

Black with #053022

Text Example


Text Example

White with #053022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053022; }

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

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

background-color css

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

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

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

border-color css

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

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

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