Html Css Color HEX #018576 Surfie Green

📋 copy color: '#018576'

red 1 ◦ green 133 ◦ blue 118

#018576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #018576

Tints of Surfie Green #018576

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 0.4%
G = 52.78%
B = 46.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#018576 (or 0x018576) is known color: Surfie Green. HEX triplet: 01, 85 and 76. RGB value is (1,133,118). Sum of RGB (Red+Green+Blue) = 1+133+118=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #018576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018576 is #FE7A89. Grayscale: #5B5B5B. Windows color (decimal): -16677514 or 7767297. OLE color: 7767297.

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

Color convert

RGB 1 133 118 -
CMYK 0.99 0 0.11 0.48
HSL 173.18º 0.99% 0.26% -
HSV(B) 173.18º 0.99% 0.52% -
XYZ 11.67 18.09 20.02 -
YUV 91.82 142.77 63.22 -
System Red Green Blue C M Y K H S L
Decimal 1 133 118 0.99 0 0.11 0.48 173.18 0.99 0.26
Hex 1 85 76 63 0 B 30 AD 63 1A
Octal 1 205 166 143 0 13 60 255 143 32
Binary 1 10000101 1110110 1100011 0 1011 110000 10101101 1100011 11010

Color Harmonies of #018576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018576

Black with #018576

Text Example


Text Example

White with #018576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018576; }

 p { color: rgb(1,133,118); }

 H1.HeaderClassName
 {
   color: #018576;
 }
 .AnyTagClassName
 {
   color: #018576;
 }
</style>

background-color css

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

 a { background-color: rgb(1,133,118); }

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

border-color css

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

 span { border-color: rgb(1,133,118); }

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