#037276

Color #037276 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #037276

Tints of Surfie Green #037276

Color information

#037276 (or 0x037276) is unknown color: approx Surfie Green. HEX triplet: 03, 72 and 76. RGB value is (3,114,118). Sum of RGB (Red+Green+Blue) = 3+114+118=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #037276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037276 is #FC8D89. Grayscale: #515151. Windows color (decimal): -16551306 or 7762435. OLE color: 7762435.

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

Color convert

RGB3114118-
CMYK0.970.0300.54
HSL182.09º95.04%23.73%-
HSV(B)182.09º97.46%46.27%-
XYZ9.3213.3619.23-
YUV81.27148.7372.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=1.28%
G=48.51%
B=50.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31141180.970.0300.54182.0995.0423.73
Hex37276613036b65f18
Octal3162166141306626613730
Binary1111100101110110110000111011011010110110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037276; }

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

 H1.HeaderClassName
 {
   color: #037276;
 }
 .AnyTagClassName
 {
   color: #037276;
 }
</style>
background-color css

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

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

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

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

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

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