Html Css Color HEX #057C42 Dark Spring Green

📋 copy color: '#057C42'

red 5 ◦ green 124 ◦ blue 66

#057C42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #057C42

Tints of Dark Spring Green #057C42

RGB

 RED value IS 5 (2.34% from 255) = 2.56%

 GREEN value IS 124 (48.83% from 255) = 63.59%

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 2.56%
G = 63.59%
B = 33.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#057C42 (or 0x057C42) is known color: Dark Spring Green. HEX triplet: 05, 7C and 42. RGB value is (5,124,66). Sum of RGB (Red+Green+Blue) = 5+124+66=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #057C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057C42 is #FA83BD. Grayscale: #515151. Windows color (decimal): -16417726 or 4357125. OLE color: 4357125.

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

Color convert

RGB 5 124 66 -
CMYK 0.96 0 0.47 0.51
HSL 150.76º 0.92% 0.25% -
HSV(B) 150.76º 0.96% 0.49% -
XYZ 8.25 14.84 7.58 -
YUV 81.81 119.08 73.22 -
System Red Green Blue C M Y K H S L
Decimal 5 124 66 0.96 0 0.47 0.51 150.76 0.92 0.25
Hex 5 7C 42 60 0 2F 33 97 5C 19
Octal 5 174 102 140 0 57 63 227 134 31
Binary 101 1111100 1000010 1100000 0 101111 110011 10010111 1011100 11001

Color Harmonies of #057C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C42

Black with #057C42

Text Example


Text Example

White with #057C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C42; }

 p { color: rgb(5,124,66); }

 H1.HeaderClassName
 {
   color: #057C42;
 }
 .AnyTagClassName
 {
   color: #057C42;
 }
</style>

background-color css

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

 a { background-color: rgb(5,124,66); }

 div.DivClassName
 {
   background-color: #057C42;
 }
 .BgClassName
 {
   background-color: #057C42;
 }
</style>

border-color css

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

 span { border-color: rgb(5,124,66); }

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