#038175

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

Shades of Surfie Green #038175

Tints of Surfie Green #038175

Color information

#038175 (or 0x038175) is unknown color: approx Surfie Green. HEX triplet: 03, 81 and 75. RGB value is (3,129,117). Sum of RGB (Red+Green+Blue) = 3+129+117=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #038175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038175 is #FC7E8A. Grayscale: #595959. Windows color (decimal): -16547467 or 7700739. OLE color: 7700739.

HSL color Cylindrical-coordinate representation of color #038175: hue angle of 174.29º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038175 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB3129117-
CMYK0.9800.090.49
HSL174.29º95.45%25.88%-
HSV(B)174.29º97.67%50.59%-
XYZ11.11719.53-
YUV89.96143.2665.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=1.20%
G=51.81%
B=46.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31291170.9800.090.49174.2995.4525.88
Hex38175620931ae5f1a
Octal32011651420116125613732
Binary1110000001111010111000100100111000110101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038175; }

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

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

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

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

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

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

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

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