Html Css Color HEX #053A26 Dark Green

📋 copy color: '#053A26'

red 5 ◦ green 58 ◦ blue 38

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

Shades of Dark Green #053A26

Tints of Dark Green #053A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 57.43%

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

R = 4.95%
G = 57.43%
B = 37.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.77

RGB Variations

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

Color information

#053A26 (or 0x053A26) is known color: Dark Green. HEX triplet: 05, 3A and 26. RGB value is (5,58,38). Sum of RGB (Red+Green+Blue) = 5+58+38=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #053A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A26 is #FAC5D9. Grayscale: #272727. Windows color (decimal): -16434650 or 2505221. OLE color: 2505221.

HSL color Cylindrical-coordinate representation of color #053A26: hue angle of 157.36º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A26 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 38 -
CMYK 0.91 0 0.34 0.77
HSL 157.36º 0.84% 0.12% -
HSV(B) 157.36º 0.91% 0.23% -
XYZ 1.93 3.2 2.35 -
YUV 39.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 5 58 38 0.91 0 0.34 0.77 157.36 0.84 0.12
Hex 5 3A 26 5B 0 22 4D 9D 54 C
Octal 5 72 46 133 0 42 115 235 124 14
Binary 101 111010 100110 1011011 0 100010 1001101 10011101 1010100 1100

Color Harmonies of #053A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A26

Black with #053A26

Text Example


Text Example

White with #053A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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