Html Css Color HEX #058538 Dark Spring Green

📋 copy color: '#058538'

red 5 ◦ green 133 ◦ blue 56

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

Shades of Dark Spring Green #058538

Tints of Dark Spring Green #058538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 68.56%

 BLUE value IS 56 (22.27% from 255) = 28.87%

R = 2.58%
G = 68.56%
B = 28.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#058538 (or 0x058538) is known color: Dark Spring Green. HEX triplet: 05, 85 and 38. RGB value is (5,133,56). Sum of RGB (Red+Green+Blue) = 5+133+56=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #058538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058538 is #FA7AC7. Grayscale: #565656. Windows color (decimal): -16415432 or 3704069. OLE color: 3704069.

HSL color Cylindrical-coordinate representation of color #058538: hue angle of 143.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058538 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 56 -
CMYK 0.96 0 0.58 0.48
HSL 143.91º 0.93% 0.27% -
HSV(B) 143.91º 0.96% 0.52% -
XYZ 9.16 17.09 6.56 -
YUV 85.95 111.09 70.26 -
System Red Green Blue C M Y K H S L
Decimal 5 133 56 0.96 0 0.58 0.48 143.91 0.93 0.27
Hex 5 85 38 60 0 3A 30 90 5D 1B
Octal 5 205 70 140 0 72 60 220 135 33
Binary 101 10000101 111000 1100000 0 111010 110000 10010000 1011101 11011

Color Harmonies of #058538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058538

Black with #058538

Text Example


Text Example

White with #058538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058538; }

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

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

background-color css

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

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

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

border-color css

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

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

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