Html Css Color HEX #058376 Surfie Green

📋 copy color: '#058376'

red 5 ◦ green 131 ◦ blue 118

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

Shades of Surfie Green #058376

Tints of Surfie Green #058376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 1.97%
G = 51.57%
B = 46.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#058376 (or 0x058376) is known color: Surfie Green. HEX triplet: 05, 83 and 76. RGB value is (5,131,118). Sum of RGB (Red+Green+Blue) = 5+131+118=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #058376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058376 is #FA7C89. Grayscale: #5B5B5B. Windows color (decimal): -16415882 or 7766789. OLE color: 7766789.

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

Color convert

RGB 5 131 118 -
CMYK 0.96 0 0.10 0.49
HSL 173.81º 0.93% 0.27% -
HSV(B) 173.81º 0.96% 0.51% -
XYZ 11.45 17.57 19.93 -
YUV 91.84 142.76 66.06 -
System Red Green Blue C M Y K H S L
Decimal 5 131 118 0.96 0 0.10 0.49 173.81 0.93 0.27
Hex 5 83 76 60 0 A 31 AE 5D 1B
Octal 5 203 166 140 0 12 61 256 135 33
Binary 101 10000011 1110110 1100000 0 1010 110001 10101110 1011101 11011

Color Harmonies of #058376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058376

Black with #058376

Text Example


Text Example

White with #058376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058376; }

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

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

background-color css

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

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

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

border-color css

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

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

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