#037375

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

Shades of Surfie Green #037375

Tints of Surfie Green #037375

Color information

#037375 (or 0x037375) is unknown color: approx Surfie Green. HEX triplet: 03, 73 and 75. RGB value is (3,115,117). Sum of RGB (Red+Green+Blue) = 3+115+117=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #037375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037375 is #FC8C8A. Grayscale: #515151. Windows color (decimal): -16551051 or 7697155. OLE color: 7697155.

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

Color convert

RGB3115117-
CMYK0.970.0200.54
HSL181.05º95%23.53%-
HSV(B)181.05º97.44%45.88%-
XYZ9.3813.5718.95-
YUV81.74147.8971.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=1.28%
G=48.94%
B=49.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31151170.970.0200.54181.059523.53
Hex37375612036b55f18
Octal3163165141206626513730
Binary1111100111110101110000110011011010110101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037375; }

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

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

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

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

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

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

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

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