#053123

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

Shades of Dark Green #053123

Tints of Dark Green #053123

Color information

#053123 (or 0x053123) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 23. RGB value is (5,49,35). Sum of RGB (Red+Green+Blue) = 5+49+35=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #053123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053123 is #FACEDC. Grayscale: #222222. Windows color (decimal): -16436957 or 2306309. OLE color: 2306309.

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

Color convert

RGB54935-
CMYK0.9000.290.81
HSL160.91º81.48%10.59%-
HSV(B)160.91º89.8%19.22%-
XYZ1.462.351.97-
YUV34.25128.42107.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 35 (14.06% from 255) = 39.33%
R=5.62%
G=55.06%
B=39.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549350.9000.290.81160.9181.4810.59
Hex531235A01D51a151b
Octal5614313203512124112113
Binary101110001100011101101001110110100011010000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053123; }

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

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

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

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

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

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

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

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