#053830

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

Shades of Dark Green #053830

Tints of Dark Green #053830

Color information

#053830 (or 0x053830) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 30. RGB value is (5,56,48). Sum of RGB (Red+Green+Blue) = 5+56+48=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #053830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053830 is #FAC7CF. Grayscale: #272727. Windows color (decimal): -16435152 or 3160069. OLE color: 3160069.

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

Color convert

RGB55648-
CMYK0.9100.140.78
HSL170.59º83.61%11.96%-
HSV(B)170.59º91.07%21.96%-
XYZ2.013.073.28-
YUV39.84132.6103.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=4.59%
G=51.38%
B=44.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556480.9100.140.78170.5983.6111.96
Hex538305B0E4Eab54c
Octal5706013301611625312414
Binary10111100011000010110110111010011101010101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053830; }

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

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

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

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

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

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

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

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