Html Css Color HEX #058377 Surfie Green

📋 copy color: '#058377'

red 5 ◦ green 131 ◦ blue 119

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

Shades of Surfie Green #058377

Tints of Surfie Green #058377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.67%

R = 1.96%
G = 51.37%
B = 46.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#058377 (or 0x058377) is known color: Surfie Green. HEX triplet: 05, 83 and 77. RGB value is (5,131,119). Sum of RGB (Red+Green+Blue) = 5+131+119=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #058377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058377 is #FA7C88. Grayscale: #5B5B5B. Windows color (decimal): -16415881 or 7832325. OLE color: 7832325.

HSL color Cylindrical-coordinate representation of color #058377: hue angle of 174.29º 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 #058377 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 131 119 -
CMYK 0.96 0 0.09 0.49
HSL 174.29º 0.93% 0.27% -
HSV(B) 174.29º 0.96% 0.51% -
XYZ 11.51 17.6 20.24 -
YUV 91.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 5 131 119 0.96 0 0.09 0.49 174.29 0.93 0.27
Hex 5 83 77 60 0 9 31 AE 5D 1B
Octal 5 203 167 140 0 11 61 256 135 33
Binary 101 10000011 1110111 1100000 0 1001 110001 10101110 1011101 11011

Color Harmonies of #058377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058377

Black with #058377

Text Example


Text Example

White with #058377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058377; }

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

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

background-color css

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

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

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

border-color css

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

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

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