Html Css Color HEX #053026 Dark Green

📋 copy color: '#053026'

red 5 ◦ green 48 ◦ blue 38

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

Shades of Dark Green #053026

Tints of Dark Green #053026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.75%

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

R = 5.49%
G = 52.75%
B = 41.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#053026 (or 0x053026) is known color: Dark Green. HEX triplet: 05, 30 and 26. RGB value is (5,48,38). Sum of RGB (Red+Green+Blue) = 5+48+38=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #053026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053026 is #FACFD9. Grayscale: #222222. Windows color (decimal): -16437210 or 2502661. OLE color: 2502661.

HSL color Cylindrical-coordinate representation of color #053026: hue angle of 166.05º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053026 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 38 -
CMYK 0.90 0 0.21 0.81
HSL 166.05º 0.81% 0.1% -
HSV(B) 166.05º 0.9% 0.19% -
XYZ 1.47 2.29 2.2 -
YUV 34 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 5 48 38 0.90 0 0.21 0.81 166.05 0.81 0.1
Hex 5 30 26 5A 0 15 51 A6 51 A
Octal 5 60 46 132 0 25 121 246 121 12
Binary 101 110000 100110 1011010 0 10101 1010001 10100110 1010001 1010

Color Harmonies of #053026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053026

Black with #053026

Text Example


Text Example

White with #053026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053026; }

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

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

background-color css

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

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

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

border-color css

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

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

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