#052823

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

Shades of Dark Green #052823

Tints of Dark Green #052823

Color information

#052823 (or 0x052823) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 23. RGB value is (5,40,35). Sum of RGB (Red+Green+Blue) = 5+40+35=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #052823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052823 is #FAD7DC. Grayscale: #1C1C1C. Windows color (decimal): -16439261 or 2304005. OLE color: 2304005.

HSL color Cylindrical-coordinate representation of color #052823: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052823 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB54035-
CMYK0.8800.120.84
HSL171.43º77.78%8.82%-
HSV(B)171.43º87.5%15.69%-
XYZ1.121.671.85-
YUV28.96131.4110.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 43.75%
R=6.25%
G=50%
B=43.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540350.8800.120.84171.4377.788.82
Hex52823580C54ab4e9
Octal5504313001412425311611
Binary10110100010001110110000110010101001010101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052823; }

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

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

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

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

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

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

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

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