#053430

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

Shades of Dark Green #053430

Tints of Dark Green #053430

Color information

#053430 (or 0x053430) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 30. RGB value is (5,52,48). Sum of RGB (Red+Green+Blue) = 5+52+48=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #053430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053430 is #FACBCF. Grayscale: #252525. Windows color (decimal): -16436176 or 3159045. OLE color: 3159045.

HSL color Cylindrical-coordinate representation of color #053430: hue angle of 174.89º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053430 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB55248-
CMYK0.9000.080.80
HSL174.89º82.46%11.18%-
HSV(B)174.89º90.38%20.39%-
XYZ1.822.73.22-
YUV37.49133.93104.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 52 (20.70% from 255) = 49.52%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=4.76%
G=49.52%
B=45.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552480.9000.080.80174.8982.4611.18
Hex534305A0850af52b
Octal5646013201012025712213
Binary10111010011000010110100100010100001010111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053430; }

 p { color: rgb(5,52,48); }

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

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

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

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

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

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

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