Html Css Color HEX #053323 Dark Green

📋 copy color: '#053323'

red 5 ◦ green 51 ◦ blue 35

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

Shades of Dark Green #053323

Tints of Dark Green #053323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.04%

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

R = 5.49%
G = 56.04%
B = 38.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#053323 (or 0x053323) is known color: Dark Green. HEX triplet: 05, 33 and 23. RGB value is (5,51,35). Sum of RGB (Red+Green+Blue) = 5+51+35=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #053323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053323 is #FACCDC. Grayscale: #232323. Windows color (decimal): -16436445 or 2306821. OLE color: 2306821.

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

Color convert

RGB 5 51 35 -
CMYK 0.90 0 0.31 0.8
HSL 159.13º 0.82% 0.11% -
HSV(B) 159.13º 0.9% 0.2% -
XYZ 1.55 2.52 2 -
YUV 35.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 5 51 35 0.90 0 0.31 0.8 159.13 0.82 0.11
Hex 5 33 23 5A 0 1F 50 9F 52 B
Octal 5 63 43 132 0 37 120 237 122 13
Binary 101 110011 100011 1011010 0 11111 1010000 10011111 1010010 1011

Color Harmonies of #053323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053323

Black with #053323

Text Example


Text Example

White with #053323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053323; }

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

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

background-color css

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

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

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

border-color css

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

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

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