Html Css Color HEX #057276 Surfie Green

📋 copy color: '#057276'

red 5 ◦ green 114 ◦ blue 118

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

Shades of Surfie Green #057276

Tints of Surfie Green #057276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 2.11%
G = 48.1%
B = 49.79%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#057276 (or 0x057276) is known color: Surfie Green. HEX triplet: 05, 72 and 76. RGB value is (5,114,118). Sum of RGB (Red+Green+Blue) = 5+114+118=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #057276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057276 is #FA8D89. Grayscale: #515151. Windows color (decimal): -16420234 or 7762437. OLE color: 7762437.

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

Color convert

RGB 5 114 118 -
CMYK 0.96 0.03 0 0.54
HSL 182.12º 0.92% 0.24% -
HSV(B) 182.12º 0.96% 0.46% -
XYZ 9.35 13.37 19.23 -
YUV 81.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 5 114 118 0.96 0.03 0 0.54 182.12 0.92 0.24
Hex 5 72 76 60 3 0 36 B6 5C 18
Octal 5 162 166 140 3 0 66 266 134 30
Binary 101 1110010 1110110 1100000 11 0 110110 10110110 1011100 11000

Color Harmonies of #057276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057276

Black with #057276

Text Example


Text Example

White with #057276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057276; }

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

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

background-color css

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

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

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

border-color css

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

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

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