#037275

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

Shades of Surfie Green #037275

Tints of Surfie Green #037275

Color information

#037275 (or 0x037275) is unknown color: approx Surfie Green. HEX triplet: 03, 72 and 75. RGB value is (3,114,117). Sum of RGB (Red+Green+Blue) = 3+114+117=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #037275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037275 is #FC8D8A. Grayscale: #515151. Windows color (decimal): -16551307 or 7696899. OLE color: 7696899.

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

Color convert

RGB3114117-
CMYK0.970.0300.54
HSL181.58º95%23.53%-
HSV(B)181.58º97.44%45.88%-
XYZ9.2713.3418.92-
YUV81.15148.2372.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 117 (46.09% from 255) = 50%
R=1.28%
G=48.72%
B=50%

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
Decimal31141170.970.0300.54181.589523.53
Hex37275613036b65f18
Octal3162165141306626613730
Binary1111100101110101110000111011011010110110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037275; }

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

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

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

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

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

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

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

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