Html Css Color HEX #053523 Dark Green

📋 copy color: '#053523'

red 5 ◦ green 53 ◦ blue 35

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

Shades of Dark Green #053523

Tints of Dark Green #053523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 56.99%

 BLUE value IS 35 (14.06% from 255) = 37.63%

R = 5.38%
G = 56.99%
B = 37.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#053523 (or 0x053523) is known color: Dark Green. HEX triplet: 05, 35 and 23. RGB value is (5,53,35). Sum of RGB (Red+Green+Blue) = 5+53+35=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #053523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053523 is #FACADC. Grayscale: #242424. Windows color (decimal): -16435933 or 2307333. OLE color: 2307333.

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

Color convert

RGB 5 53 35 -
CMYK 0.91 0 0.34 0.79
HSL 157.5º 0.83% 0.11% -
HSV(B) 157.5º 0.91% 0.21% -
XYZ 1.64 2.7 2.02 -
YUV 36.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 5 53 35 0.91 0 0.34 0.79 157.5 0.83 0.11
Hex 5 35 23 5B 0 22 4F 9E 53 B
Octal 5 65 43 133 0 42 117 236 123 13
Binary 101 110101 100011 1011011 0 100010 1001111 10011110 1010011 1011

Color Harmonies of #053523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053523

Black with #053523

Text Example


Text Example

White with #053523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053523; }

 p { color: rgb(5,53,35); }

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

background-color css

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

 a { background-color: rgb(5,53,35); }

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

border-color css

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

 span { border-color: rgb(5,53,35); }

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