Html Css Color HEX #053024 Dark Green

📋 copy color: '#053024'

red 5 ◦ green 48 ◦ blue 36

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

Shades of Dark Green #053024

Tints of Dark Green #053024

RGB

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

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

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

R = 5.62%
G = 53.93%
B = 40.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#053024 (or 0x053024) is known color: Dark Green. HEX triplet: 05, 30 and 24. RGB value is (5,48,36). Sum of RGB (Red+Green+Blue) = 5+48+36=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #053024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053024 is #FACFDB. Grayscale: #212121. Windows color (decimal): -16437212 or 2371589. OLE color: 2371589.

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

Color convert

RGB 5 48 36 -
CMYK 0.90 0 0.25 0.81
HSL 163.26º 0.81% 0.1% -
HSV(B) 163.26º 0.9% 0.19% -
XYZ 1.44 2.27 2.03 -
YUV 33.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 5 48 36 0.90 0 0.25 0.81 163.26 0.81 0.1
Hex 5 30 24 5A 0 19 51 A3 51 A
Octal 5 60 44 132 0 31 121 243 121 12
Binary 101 110000 100100 1011010 0 11001 1010001 10100011 1010001 1010

Color Harmonies of #053024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053024

Black with #053024

Text Example


Text Example

White with #053024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053024; }

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

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

background-color css

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

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

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

border-color css

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

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

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