Html Css Color HEX #053326 Dark Green

📋 copy color: '#053326'

red 5 ◦ green 51 ◦ blue 38

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

Shades of Dark Green #053326

Tints of Dark Green #053326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 5.32%
G = 54.26%
B = 40.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#053326 (or 0x053326) is known color: Dark Green. HEX triplet: 05, 33 and 26. RGB value is (5,51,38). Sum of RGB (Red+Green+Blue) = 5+51+38=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #053326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053326 is #FACCD9. Grayscale: #232323. Windows color (decimal): -16436442 or 2503429. OLE color: 2503429.

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

Color convert

RGB 5 51 38 -
CMYK 0.90 0 0.25 0.8
HSL 163.04º 0.82% 0.11% -
HSV(B) 163.04º 0.9% 0.2% -
XYZ 1.6 2.54 2.24 -
YUV 35.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 5 51 38 0.90 0 0.25 0.8 163.04 0.82 0.11
Hex 5 33 26 5A 0 19 50 A3 52 B
Octal 5 63 46 132 0 31 120 243 122 13
Binary 101 110011 100110 1011010 0 11001 1010000 10100011 1010010 1011

Color Harmonies of #053326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053326

Black with #053326

Text Example


Text Example

White with #053326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053326; }

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

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

background-color css

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

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

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

border-color css

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

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

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