Html Css Color HEX #053226 Dark Green

📋 copy color: '#053226'

red 5 ◦ green 50 ◦ blue 38

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

Shades of Dark Green #053226

Tints of Dark Green #053226

RGB

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

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

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

R = 5.38%
G = 53.76%
B = 40.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#053226 (or 0x053226) is known color: Dark Green. HEX triplet: 05, 32 and 26. RGB value is (5,50,38). Sum of RGB (Red+Green+Blue) = 5+50+38=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #053226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053226 is #FACDD9. Grayscale: #232323. Windows color (decimal): -16436698 or 2503173. OLE color: 2503173.

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

Color convert

RGB 5 50 38 -
CMYK 0.90 0 0.24 0.80
HSL 164º 0.82% 0.11% -
HSV(B) 164º 0.9% 0.2% -
XYZ 1.55 2.45 2.23 -
YUV 35.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 5 50 38 0.90 0 0.24 0.80 164 0.82 0.11
Hex 5 32 26 5A 0 18 50 A4 52 B
Octal 5 62 46 132 0 30 120 244 122 13
Binary 101 110010 100110 1011010 0 11000 1010000 10100100 1010010 1011

Color Harmonies of #053226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053226

Black with #053226

Text Example


Text Example

White with #053226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053226; }

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

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

background-color css

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

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

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

border-color css

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

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

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