Html Css Color HEX #058379 Surfie Green

📋 copy color: '#058379'

red 5 ◦ green 131 ◦ blue 121

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

Shades of Surfie Green #058379

Tints of Surfie Green #058379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 1.95%
G = 50.97%
B = 47.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#058379 (or 0x058379) is known color: Surfie Green. HEX triplet: 05, 83 and 79. RGB value is (5,131,121). Sum of RGB (Red+Green+Blue) = 5+131+121=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #058379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058379 is #FA7C86. Grayscale: #5C5C5C. Windows color (decimal): -16415879 or 7963397. OLE color: 7963397.

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

Color convert

RGB 5 131 121 -
CMYK 0.96 0 0.08 0.49
HSL 175.24º 0.93% 0.27% -
HSV(B) 175.24º 0.96% 0.51% -
XYZ 11.63 17.65 20.88 -
YUV 92.19 144.26 65.81 -
System Red Green Blue C M Y K H S L
Decimal 5 131 121 0.96 0 0.08 0.49 175.24 0.93 0.27
Hex 5 83 79 60 0 8 31 AF 5D 1B
Octal 5 203 171 140 0 10 61 257 135 33
Binary 101 10000011 1111001 1100000 0 1000 110001 10101111 1011101 11011

Color Harmonies of #058379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058379

Black with #058379

Text Example


Text Example

White with #058379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058379; }

 p { color: rgb(5,131,121); }

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

background-color css

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

 a { background-color: rgb(5,131,121); }

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

border-color css

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

 span { border-color: rgb(5,131,121); }

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