#037775

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

Shades of Surfie Green #037775

Tints of Surfie Green #037775

Color information

#037775 (or 0x037775) is unknown color: approx Surfie Green. HEX triplet: 03, 77 and 75. RGB value is (3,119,117). Sum of RGB (Red+Green+Blue) = 3+119+117=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #037775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037775 is #FC888A. Grayscale: #535353. Windows color (decimal): -16550027 or 7698179. OLE color: 7698179.

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

Color convert

RGB3119117-
CMYK0.9700.020.53
HSL178.97º95.08%23.92%-
HSV(B)178.97º97.48%46.67%-
XYZ9.8514.519.11-
YUV84.09146.5770.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=1.26%
G=49.79%
B=48.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31191170.9700.020.53178.9795.0823.92
Hex37775610235b35f18
Octal3167165141026526313730
Binary1111101111110101110000101011010110110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037775; }

 p { color: rgb(3,119,117); }

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

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

 a { background-color: rgb(3,119,117); }

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

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

 span { border-color: rgb(3,119,117); }

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