Html Css Color HEX #118476 Surfie Green

📋 copy color: '#118476'

red 17 ◦ green 132 ◦ blue 118

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

Shades of Surfie Green #118476

Tints of Surfie Green #118476

RGB

 RED value IS 17 (7.03% from 255) = 6.37%

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

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

R = 6.37%
G = 49.44%
B = 44.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#118476 (or 0x118476) is known color: Surfie Green. HEX triplet: 11, 84 and 76. RGB value is (17,132,118). Sum of RGB (Red+Green+Blue) = 17+132+118=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #118476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118476 is #EE7B89. Grayscale: #5F5F5F. Windows color (decimal): -15629194 or 7767057. OLE color: 7767057.

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

Color convert

RGB 17 132 118 -
CMYK 0.87 0 0.11 0.48
HSL 172.7º 0.77% 0.29% -
HSV(B) 172.7º 0.87% 0.52% -
XYZ 11.75 17.93 19.98 -
YUV 96.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 17 132 118 0.87 0 0.11 0.48 172.7 0.77 0.29
Hex 11 84 76 57 0 B 30 AD 4D 1D
Octal 21 204 166 127 0 13 60 255 115 35
Binary 10001 10000100 1110110 1010111 0 1011 110000 10101101 1001101 11101

Color Harmonies of #118476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118476

Black with #118476

Text Example


Text Example

White with #118476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118476; }

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

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

background-color css

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

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

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

border-color css

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

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

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