#053023

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

Shades of Dark Green #053023

Tints of Dark Green #053023

Color information

#053023 (or 0x053023) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 23. RGB value is (5,48,35). Sum of RGB (Red+Green+Blue) = 5+48+35=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #053023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053023 is #FACFDC. Grayscale: #212121. Windows color (decimal): -16437213 or 2306053. OLE color: 2306053.

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

Color convert

RGB54835-
CMYK0.9000.270.81
HSL161.86º81.13%10.39%-
HSV(B)161.86º89.58%18.82%-
XYZ1.422.271.95-
YUV33.66128.75107.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 35 (14.06% from 255) = 39.77%
R=5.68%
G=54.55%
B=39.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548350.9000.270.81161.8681.1310.39
Hex530235A01B51a251a
Octal5604313203312124212112
Binary101110000100011101101001101110100011010001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053023; }

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

 H1.HeaderClassName
 {
   color: #053023;
 }
 .AnyTagClassName
 {
   color: #053023;
 }
</style>
background-color css

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

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

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

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

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

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