#037076

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

Shades of Surfie Green #037076

Tints of Surfie Green #037076

Color information

#037076 (or 0x037076) is unknown color: approx Surfie Green. HEX triplet: 03, 70 and 76. RGB value is (3,112,118). Sum of RGB (Red+Green+Blue) = 3+112+118=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #037076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037076 is #FC8F89. Grayscale: #4F4F4F. Windows color (decimal): -16551818 or 7761923. OLE color: 7761923.

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

Color convert

RGB3112118-
CMYK0.970.0500.54
HSL183.13º95.04%23.73%-
HSV(B)183.13º97.46%46.27%-
XYZ9.112.9219.15-
YUV80.09149.3973.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=1.29%
G=48.07%
B=50.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31121180.970.0500.54183.1395.0423.73
Hex37076615036b75f18
Octal3160166141506626713730
Binary11111000011101101100001101011011010110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037076; }

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

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

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

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

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

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

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

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