#057830

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

Shades of Dark Spring Green #057830

Tints of Dark Spring Green #057830

Color information

#057830 (or 0x057830) is unknown color: approx Dark Spring Green. HEX triplet: 05, 78 and 30. RGB value is (5,120,48). Sum of RGB (Red+Green+Blue) = 5+120+48=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #057830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057830 is #FA87CF. Grayscale: #4D4D4D. Windows color (decimal): -16418768 or 3176453. OLE color: 3176453.

HSL color Cylindrical-coordinate representation of color #057830: hue angle of 142.43º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057830 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB512048-
CMYK0.9600.600.53
HSL142.43º92%24.51%-
HSV(B)142.43º95.83%47.06%-
XYZ7.3113.685.05-
YUV77.41111.476.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 120 (47.27% from 255) = 69.36%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=2.89%
G=69.36%
B=27.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120480.9600.600.53142.439224.51
Hex578306003C358e5c19
Octal5170601400746521613431
Binary10111110001100001100000011110011010110001110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057830; }

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

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

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

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

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

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

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

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