Html Css Color HEX #057B3A Dark Spring Green

📋 copy color: '#057B3A'

red 5 ◦ green 123 ◦ blue 58

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

Shades of Dark Spring Green #057B3A

Tints of Dark Spring Green #057B3A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 66.13%

 BLUE value IS 58 (23.05% from 255) = 31.18%

R = 2.69%
G = 66.13%
B = 31.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#057B3A (or 0x057B3A) is known color: Dark Spring Green. HEX triplet: 05, 7B and 3A. RGB value is (5,123,58). Sum of RGB (Red+Green+Blue) = 5+123+58=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 123 (48.44% from 255 or 66.13% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 123 - color contains mainly: green. Hex color #057B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B3A is #FA84C5. Grayscale: #505050. Windows color (decimal): -16417990 or 3832581. OLE color: 3832581.

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

Color convert

RGB 5 123 58 -
CMYK 0.96 0 0.53 0.52
HSL 146.95º 0.92% 0.25% -
HSV(B) 146.95º 0.96% 0.48% -
XYZ 7.91 14.5 6.39 -
YUV 80.31 115.41 74.29 -
System Red Green Blue C M Y K H S L
Decimal 5 123 58 0.96 0 0.53 0.52 146.95 0.92 0.25
Hex 5 7B 3A 60 0 35 34 93 5C 19
Octal 5 173 72 140 0 65 64 223 134 31
Binary 101 1111011 111010 1100000 0 110101 110100 10010011 1011100 11001

Color Harmonies of #057B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B3A

Black with #057B3A

Text Example


Text Example

White with #057B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,123,58); }

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

background-color css

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

 a { background-color: rgb(5,123,58); }

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

border-color css

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

 span { border-color: rgb(5,123,58); }

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