Html Css Color HEX #053629 Dark Green

📋 copy color: '#053629'

red 5 ◦ green 54 ◦ blue 41

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

Shades of Dark Green #053629

Tints of Dark Green #053629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 54%

 BLUE value IS 41 (16.41% from 255) = 41%

R = 5%
G = 54%
B = 41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#053629 (or 0x053629) is known color: Dark Green. HEX triplet: 05, 36 and 29. RGB value is (5,54,41). Sum of RGB (Red+Green+Blue) = 5+54+41=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #053629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053629 is #FAC9D6. Grayscale: #252525. Windows color (decimal): -16435671 or 2700805. OLE color: 2700805.

HSL color Cylindrical-coordinate representation of color #053629: hue angle of 164.08º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053629 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 41 -
CMYK 0.91 0 0.24 0.79
HSL 164.08º 0.83% 0.12% -
HSV(B) 164.08º 0.91% 0.21% -
XYZ 1.78 2.83 2.55 -
YUV 37.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 5 54 41 0.91 0 0.24 0.79 164.08 0.83 0.12
Hex 5 36 29 5B 0 18 4F A4 53 C
Octal 5 66 51 133 0 30 117 244 123 14
Binary 101 110110 101001 1011011 0 11000 1001111 10100100 1010011 1100

Color Harmonies of #053629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053629

Black with #053629

Text Example


Text Example

White with #053629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053629; }

 p { color: rgb(5,54,41); }

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

background-color css

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

 a { background-color: rgb(5,54,41); }

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

border-color css

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

 span { border-color: rgb(5,54,41); }

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