Html Css Color HEX #053227 Dark Green

📋 copy color: '#053227'

red 5 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #053227

Tints of Dark Green #053227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 53.19%

 BLUE value IS 39 (15.63% from 255) = 41.49%

R = 5.32%
G = 53.19%
B = 41.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#053227 (or 0x053227) is known color: Dark Green. HEX triplet: 05, 32 and 27. RGB value is (5,50,39). Sum of RGB (Red+Green+Blue) = 5+50+39=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #053227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053227 is #FACDD8. Grayscale: #232323. Windows color (decimal): -16436697 or 2568709. OLE color: 2568709.

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

Color convert

RGB 5 50 39 -
CMYK 0.90 0 0.22 0.80
HSL 165.33º 0.82% 0.11% -
HSV(B) 165.33º 0.9% 0.2% -
XYZ 1.57 2.46 2.31 -
YUV 35.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 5 50 39 0.90 0 0.22 0.80 165.33 0.82 0.11
Hex 5 32 27 5A 0 16 50 A5 52 B
Octal 5 62 47 132 0 26 120 245 122 13
Binary 101 110010 100111 1011010 0 10110 1010000 10100101 1010010 1011

Color Harmonies of #053227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053227

Black with #053227

Text Example


Text Example

White with #053227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053227; }

 p { color: rgb(5,50,39); }

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

background-color css

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

 a { background-color: rgb(5,50,39); }

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

border-color css

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

 span { border-color: rgb(5,50,39); }

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