Html Css Color HEX #053924 Dark Green

📋 copy color: '#053924'

red 5 ◦ green 57 ◦ blue 36

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

Shades of Dark Green #053924

Tints of Dark Green #053924

RGB

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

 GREEN value IS 57 (22.66% from 255) = 58.16%

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

R = 5.1%
G = 58.16%
B = 36.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#053924 (or 0x053924) is known color: Dark Green. HEX triplet: 05, 39 and 24. RGB value is (5,57,36). Sum of RGB (Red+Green+Blue) = 5+57+36=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #053924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053924 is #FAC6DB. Grayscale: #272727. Windows color (decimal): -16434908 or 2373893. OLE color: 2373893.

HSL color Cylindrical-coordinate representation of color #053924: hue angle of 155.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053924 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 36 -
CMYK 0.91 0 0.37 0.78
HSL 155.77º 0.84% 0.12% -
HSV(B) 155.77º 0.91% 0.22% -
XYZ 1.84 3.09 2.17 -
YUV 39.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 5 57 36 0.91 0 0.37 0.78 155.77 0.84 0.12
Hex 5 39 24 5B 0 25 4E 9C 54 C
Octal 5 71 44 133 0 45 116 234 124 14
Binary 101 111001 100100 1011011 0 100101 1001110 10011100 1010100 1100

Color Harmonies of #053924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053924

Black with #053924

Text Example


Text Example

White with #053924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053924; }

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

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

background-color css

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

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

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

border-color css

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

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

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