#052423

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

Shades of Dark Green #052423

Tints of Dark Green #052423

Color information

#052423 (or 0x052423) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 23. RGB value is (5,36,35). Sum of RGB (Red+Green+Blue) = 5+36+35=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 35 (14.06% from 255 or 46.05% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #052423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052423 is #FADBDC. Grayscale: #1A1A1A. Windows color (decimal): -16440285 or 2302981. OLE color: 2302981.

HSL color Cylindrical-coordinate representation of color #052423: hue angle of 178.06º degrees, saturation: 0.76, 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 #052423 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB53635-
CMYK0.8600.030.86
HSL178.06º75.61%8.04%-
HSV(B)178.06º86.11%14.12%-
XYZ11.421.81-
YUV26.62132.73112.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 35 (14.06% from 255) = 46.05%
R=6.58%
G=47.37%
B=46.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536350.8600.030.86178.0675.618.04
Hex52423560356b24c8
Octal544431260312626211410
Binary101100100100011101011001110101101011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052423; }

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

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

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

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

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

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

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

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