#052110

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

Shades of Dark Green #052110

Tints of Dark Green #052110

Color information

#052110 (or 0x052110) is unknown color: approx Dark Green. HEX triplet: 05, 21 and 10. RGB value is (5,33,16). Sum of RGB (Red+Green+Blue) = 5+33+16=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #052110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052110 is #FADEEF. Grayscale: #161616. Windows color (decimal): -16441072 or 1057029. OLE color: 1057029.

HSL color Cylindrical-coordinate representation of color #052110: hue angle of 143.57º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052110 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB53316-
CMYK0.8500.520.87
HSL143.57º73.68%7.45%-
HSV(B)143.57º84.85%12.94%-
XYZ0.71.160.68-
YUV22.69124.22115.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 33 (13.28% from 255) = 61.11%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=9.26%
G=61.11%
B=29.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533160.8500.520.87143.5773.687.45
Hex521105503457904a7
Octal541201250641272201127
Binary10110000110000101010101101001010111100100001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052110; }

 p { color: rgb(5,33,16); }

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

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

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

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

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

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

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