#057434

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

Shades of Dark Spring Green #057434

Tints of Dark Spring Green #057434

Color information

#057434 (or 0x057434) is unknown color: approx Dark Spring Green. HEX triplet: 05, 74 and 34. RGB value is (5,116,52). Sum of RGB (Red+Green+Blue) = 5+116+52=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #057434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057434 is #FA8BCB. Grayscale: #4B4B4B. Windows color (decimal): -16419788 or 3437573. OLE color: 3437573.

HSL color Cylindrical-coordinate representation of color #057434: hue angle of 145.41º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057434 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB511652-
CMYK0.9600.550.55
HSL145.41º91.74%23.73%-
HSV(B)145.41º95.69%45.49%-
XYZ6.9312.775.35-
YUV75.52114.7377.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 116 (45.70% from 255) = 67.05%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=2.89%
G=67.05%
B=30.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116520.9600.550.55145.4191.7423.73
Hex574346003737915c18
Octal5164641400676722113430
Binary10111101001101001100000011011111011110010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057434; }

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

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

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

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

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

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

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

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