Html Css Color HEX #053328 Dark Green

📋 copy color: '#053328'

red 5 ◦ green 51 ◦ blue 40

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

Shades of Dark Green #053328

Tints of Dark Green #053328

RGB

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

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

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

R = 5.21%
G = 53.13%
B = 41.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#053328 (or 0x053328) is known color: Dark Green. HEX triplet: 05, 33 and 28. RGB value is (5,51,40). Sum of RGB (Red+Green+Blue) = 5+51+40=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #053328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053328 is #FACCD7. Grayscale: #232323. Windows color (decimal): -16436440 or 2634501. OLE color: 2634501.

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

Color convert

RGB 5 51 40 -
CMYK 0.90 0 0.22 0.8
HSL 165.65º 0.82% 0.11% -
HSV(B) 165.65º 0.9% 0.2% -
XYZ 1.63 2.55 2.41 -
YUV 35.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 5 51 40 0.90 0 0.22 0.8 165.65 0.82 0.11
Hex 5 33 28 5A 0 16 50 A6 52 B
Octal 5 63 50 132 0 26 120 246 122 13
Binary 101 110011 101000 1011010 0 10110 1010000 10100110 1010010 1011

Color Harmonies of #053328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053328

Black with #053328

Text Example


Text Example

White with #053328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053328; }

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

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

background-color css

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

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

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

border-color css

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

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

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