#037175

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

Shades of Surfie Green #037175

Tints of Surfie Green #037175

Color information

#037175 (or 0x037175) is unknown color: approx Surfie Green. HEX triplet: 03, 71 and 75. RGB value is (3,113,117). Sum of RGB (Red+Green+Blue) = 3+113+117=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #037175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037175 is #FC8E8A. Grayscale: #505050. Windows color (decimal): -16551563 or 7696643. OLE color: 7696643.

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

Color convert

RGB3113117-
CMYK0.970.0300.54
HSL182.11º95%23.53%-
HSV(B)182.11º97.44%45.88%-
XYZ9.1513.1118.88-
YUV80.57148.5672.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=1.29%
G=48.50%
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
Decimal31131170.970.0300.54182.119523.53
Hex37175613036b65f18
Octal3161165141306626613730
Binary1111100011110101110000111011011010110110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037175; }

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

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

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

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

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

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

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

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