Html Css Color HEX #057476 Surfie Green

📋 copy color: '#057476'

red 5 ◦ green 116 ◦ blue 118

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

Shades of Surfie Green #057476

Tints of Surfie Green #057476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

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

R = 2.09%
G = 48.54%
B = 49.37%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#057476 (or 0x057476) is known color: Surfie Green. HEX triplet: 05, 74 and 76. RGB value is (5,116,118). Sum of RGB (Red+Green+Blue) = 5+116+118=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #057476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057476 is #FA8B89. Grayscale: #525252. Windows color (decimal): -16419722 or 7762949. OLE color: 7762949.

HSL color Cylindrical-coordinate representation of color #057476: hue angle of 181.06º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057476 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 116 118 -
CMYK 0.96 0.02 0 0.54
HSL 181.06º 0.92% 0.24% -
HSV(B) 181.06º 0.96% 0.46% -
XYZ 9.58 13.83 19.3 -
YUV 83.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 5 116 118 0.96 0.02 0 0.54 181.06 0.92 0.24
Hex 5 74 76 60 2 0 36 B5 5C 18
Octal 5 164 166 140 2 0 66 265 134 30
Binary 101 1110100 1110110 1100000 10 0 110110 10110101 1011100 11000

Color Harmonies of #057476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057476

Black with #057476

Text Example


Text Example

White with #057476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057476; }

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

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

background-color css

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

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

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

border-color css

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

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

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