Html Css Color HEX #053124 Dark Green

📋 copy color: '#053124'

red 5 ◦ green 49 ◦ blue 36

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

Shades of Dark Green #053124

Tints of Dark Green #053124

RGB

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

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

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

R = 5.56%
G = 54.44%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#053124 (or 0x053124) is known color: Dark Green. HEX triplet: 05, 31 and 24. RGB value is (5,49,36). Sum of RGB (Red+Green+Blue) = 5+49+36=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #053124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053124 is #FACEDB. Grayscale: #222222. Windows color (decimal): -16436956 or 2371845. OLE color: 2371845.

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

Color convert

RGB 5 49 36 -
CMYK 0.90 0 0.27 0.81
HSL 162.27º 0.81% 0.11% -
HSV(B) 162.27º 0.9% 0.19% -
XYZ 1.48 2.36 2.05 -
YUV 34.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 5 49 36 0.90 0 0.27 0.81 162.27 0.81 0.11
Hex 5 31 24 5A 0 1B 51 A2 51 B
Octal 5 61 44 132 0 33 121 242 121 13
Binary 101 110001 100100 1011010 0 11011 1010001 10100010 1010001 1011

Color Harmonies of #053124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053124

Black with #053124

Text Example


Text Example

White with #053124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053124; }

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

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

background-color css

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

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

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

border-color css

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

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

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