Html Css Color HEX #053423 Dark Green

📋 copy color: '#053423'

red 5 ◦ green 52 ◦ blue 35

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

Shades of Dark Green #053423

Tints of Dark Green #053423

RGB

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

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

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

R = 5.43%
G = 56.52%
B = 38.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#053423 (or 0x053423) is known color: Dark Green. HEX triplet: 05, 34 and 23. RGB value is (5,52,35). Sum of RGB (Red+Green+Blue) = 5+52+35=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #053423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053423 is #FACBDC. Grayscale: #242424. Windows color (decimal): -16436189 or 2307077. OLE color: 2307077.

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

Color convert

RGB 5 52 35 -
CMYK 0.90 0 0.33 0.80
HSL 158.3º 0.82% 0.11% -
HSV(B) 158.3º 0.9% 0.2% -
XYZ 1.59 2.61 2.01 -
YUV 36.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 5 52 35 0.90 0 0.33 0.80 158.3 0.82 0.11
Hex 5 34 23 5A 0 21 50 9E 52 B
Octal 5 64 43 132 0 41 120 236 122 13
Binary 101 110100 100011 1011010 0 100001 1010000 10011110 1010010 1011

Color Harmonies of #053423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053423

Black with #053423

Text Example


Text Example

White with #053423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053423; }

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

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

background-color css

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

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

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

border-color css

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

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

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