Html Css Color HEX #053428 Dark Green

📋 copy color: '#053428'

red 5 ◦ green 52 ◦ blue 40

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

Shades of Dark Green #053428

Tints of Dark Green #053428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 53.61%

 BLUE value IS 40 (16.02% from 255) = 41.24%

R = 5.15%
G = 53.61%
B = 41.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#053428 (or 0x053428) is known color: Dark Green. HEX triplet: 05, 34 and 28. RGB value is (5,52,40). Sum of RGB (Red+Green+Blue) = 5+52+40=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #053428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053428 is #FACBD7. Grayscale: #242424. Windows color (decimal): -16436184 or 2634757. OLE color: 2634757.

HSL color Cylindrical-coordinate representation of color #053428: hue angle of 164.68º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053428 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 40 -
CMYK 0.90 0 0.23 0.80
HSL 164.68º 0.82% 0.11% -
HSV(B) 164.68º 0.9% 0.2% -
XYZ 1.67 2.64 2.43 -
YUV 36.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 5 52 40 0.90 0 0.23 0.80 164.68 0.82 0.11
Hex 5 34 28 5A 0 17 50 A5 52 B
Octal 5 64 50 132 0 27 120 245 122 13
Binary 101 110100 101000 1011010 0 10111 1010000 10100101 1010010 1011

Color Harmonies of #053428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053428

Black with #053428

Text Example


Text Example

White with #053428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053428; }

 p { color: rgb(5,52,40); }

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

background-color css

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

 a { background-color: rgb(5,52,40); }

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

border-color css

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

 span { border-color: rgb(5,52,40); }

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