#053026

Color #053026 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #053026

Tints of Dark Green #053026

Color information

#053026 (or 0x053026) is unknown color: approx 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

RGB54838-
CMYK0.9000.210.81
HSL166.05º81.13%10.39%-
HSV(B)166.05º89.58%18.82%-
XYZ1.472.292.2-
YUV34130.25107.31-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548380.9000.210.81166.0581.1310.39
Hex530265A01551a651a
Octal5604613202512124612112
Binary101110000100110101101001010110100011010011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>