#037075

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

Shades of Surfie Green #037075

Tints of Surfie Green #037075

Color information

#037075 (or 0x037075) is unknown color: approx Surfie Green. HEX triplet: 03, 70 and 75. RGB value is (3,112,117). Sum of RGB (Red+Green+Blue) = 3+112+117=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #037075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037075 is #FC8F8A. Grayscale: #4F4F4F. Windows color (decimal): -16551819 or 7696387. OLE color: 7696387.

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

Color convert

RGB3112117-
CMYK0.970.0400.54
HSL182.63º95%23.53%-
HSV(B)182.63º97.44%45.88%-
XYZ9.0412.8918.84-
YUV79.98148.8973.09-

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.28%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=1.29%
G=48.28%
B=50.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31121170.970.0400.54182.639523.53
Hex37075614036b75f18
Octal3160165141406626713730
Binary11111000011101011100001100011011010110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037075; }

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

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

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

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

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

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

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

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