Html Css Color HEX #018476 Surfie Green

📋 copy color: '#018476'

red 1 ◦ green 132 ◦ blue 118

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

Shades of Surfie Green #018476

Tints of Surfie Green #018476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

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

R = 0.4%
G = 52.59%
B = 47.01%

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

#018476 (or 0x018476) is known color: Surfie Green. HEX triplet: 01, 84 and 76. RGB value is (1,132,118). Sum of RGB (Red+Green+Blue) = 1+132+118=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #018476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018476 is #FE7B89. Grayscale: #5B5B5B. Windows color (decimal): -16677770 or 7767041. OLE color: 7767041.

HSL color Cylindrical-coordinate representation of color #018476: hue angle of 173.59º degrees, saturation: 0.98, 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 #018476 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 118 -
CMYK 0.99 0 0.11 0.48
HSL 173.59º 0.98% 0.26% -
HSV(B) 173.59º 0.99% 0.52% -
XYZ 11.53 17.82 19.97 -
YUV 91.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 1 132 118 0.99 0 0.11 0.48 173.59 0.98 0.26
Hex 1 84 76 63 0 B 30 AE 62 1A
Octal 1 204 166 143 0 13 60 256 142 32
Binary 1 10000100 1110110 1100011 0 1011 110000 10101110 1100010 11010

Color Harmonies of #018476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018476

Black with #018476

Text Example


Text Example

White with #018476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018476; }

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

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

background-color css

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

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

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

border-color css

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

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

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