#036F7D

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

Shades of Surfie Green #036F7D

Tints of Surfie Green #036F7D

Color information

#036F7D (or 0x036F7D) is unknown color: approx Surfie Green. HEX triplet: 03, 6F and 7D. RGB value is (3,111,125). Sum of RGB (Red+Green+Blue) = 3+111+125=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #036F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F7D is #FC9082. Grayscale: #505050. Windows color (decimal): -16552067 or 8220419. OLE color: 8220419.

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

Color convert

RGB3111125-
CMYK0.980.1100.51
HSL186.89º95.31%25.1%-
HSV(B)186.89º97.6%49.02%-
XYZ9.4212.8721.39-
YUV80.3153.2272.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=1.26%
G=46.44%
B=52.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31111250.980.1100.51186.8995.3125.1
Hex36F7D62B033bb5f19
Octal31571751421306327313731
Binary111101111111110111000101011011001110111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036F7D; }

 p { color: rgb(3,111,125); }

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

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

 a { background-color: rgb(3,111,125); }

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

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

 span { border-color: rgb(3,111,125); }

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