#018274

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

Shades of Surfie Green #018274

Tints of Surfie Green #018274

Color information

#018274 (or 0x018274) is unknown color: approx Surfie Green. HEX triplet: 01, 82 and 74. RGB value is (1,130,116). Sum of RGB (Red+Green+Blue) = 1+130+116=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #018274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018274 is #FE7D8B. Grayscale: #595959. Windows color (decimal): -16678284 or 7635457. OLE color: 7635457.

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

Color convert

RGB1130116-
CMYK0.9900.110.49
HSL173.49º98.47%25.69%-
HSV(B)173.49º99.23%50.98%-
XYZ11.1517.2319.26-
YUV89.83142.7664.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=0.40%
G=52.63%
B=46.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11301160.9900.110.49173.4998.4725.69
Hex18274630B31ad621a
Octal12021641430136125514232
Binary110000010111010011000110101111000110101101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018274; }

 p { color: rgb(1,130,116); }

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

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

 a { background-color: rgb(1,130,116); }

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

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

 span { border-color: rgb(1,130,116); }

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