#046F75

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

Shades of Surfie Green #046F75

Tints of Surfie Green #046F75

Color information

#046F75 (or 0x046F75) is unknown color: approx Surfie Green. HEX triplet: 04, 6F and 75. RGB value is (4,111,117). Sum of RGB (Red+Green+Blue) = 4+111+117=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 111 (43.75% from 255 or 47.84% 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 #046F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F75 is #FB908A. Grayscale: #4F4F4F. Windows color (decimal): -16486539 or 7696132. OLE color: 7696132.

HSL color Cylindrical-coordinate representation of color #046F75: hue angle of 183.19º degrees, saturation: 0.93, 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 #046F75 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4111117-
CMYK0.970.0500.54
HSL183.19º93.39%23.73%-
HSV(B)183.19º96.58%45.88%-
XYZ8.9512.6818.81-
YUV79.69149.0574.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 111 (43.75% from 255) = 47.84%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=1.72%
G=47.84%
B=50.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41111170.970.0500.54183.1993.3923.73
Hex46F75615036b75d18
Octal4157165141506626713530
Binary100110111111101011100001101011011010110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046F75; }

 p { color: rgb(4,111,117); }

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

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

 a { background-color: rgb(4,111,117); }

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

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

 span { border-color: rgb(4,111,117); }

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