#052323

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

Shades of Dark Green #052323

Tints of Dark Green #052323

Color information

#052323 (or 0x052323) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 23. RGB value is (5,35,35). Sum of RGB (Red+Green+Blue) = 5+35+35=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #052323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052323 is #FADCDC. Grayscale: #1A1A1A. Windows color (decimal): -16440541 or 2302725. OLE color: 2302725.

HSL color Cylindrical-coordinate representation of color #052323: hue angle of 180º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052323 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB53535-
CMYK0.86000.86
HSL180º75%7.84%-
HSV(B)180º85.71%13.73%-
XYZ0.971.361.8-
YUV26.03133.06113-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 35 (14.06% from 255) = 46.67%
R=6.67%
G=46.67%
B=46.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535350.86000.86180757.84
Hex52323560056b44b8
Octal543431260012626411310
Binary10110001110001110101100010101101011010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052323; }

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

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

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

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

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

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

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

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