Html Css Color HEX #058278 Surfie Green

📋 copy color: '#058278'

red 5 ◦ green 130 ◦ blue 120

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

Shades of Surfie Green #058278

Tints of Surfie Green #058278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 1.96%
G = 50.98%
B = 47.06%

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

#058278 (or 0x058278) is known color: Surfie Green. HEX triplet: 05, 82 and 78. RGB value is (5,130,120). Sum of RGB (Red+Green+Blue) = 5+130+120=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #058278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058278 is #FA7D87. Grayscale: #5B5B5B. Windows color (decimal): -16416136 or 7897605. OLE color: 7897605.

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

Color convert

RGB 5 130 120 -
CMYK 0.96 0 0.08 0.49
HSL 175.2º 0.93% 0.26% -
HSV(B) 175.2º 0.96% 0.51% -
XYZ 11.44 17.35 20.52 -
YUV 91.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 5 130 120 0.96 0 0.08 0.49 175.2 0.93 0.26
Hex 5 82 78 60 0 8 31 AF 5D 1A
Octal 5 202 170 140 0 10 61 257 135 32
Binary 101 10000010 1111000 1100000 0 1000 110001 10101111 1011101 11010

Color Harmonies of #058278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058278

Black with #058278

Text Example


Text Example

White with #058278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058278; }

 p { color: rgb(5,130,120); }

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

background-color css

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

 a { background-color: rgb(5,130,120); }

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

border-color css

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

 span { border-color: rgb(5,130,120); }

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