Html Css Color HEX #118478 Surfie Green

📋 copy color: '#118478'

red 17 ◦ green 132 ◦ blue 120

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

Shades of Surfie Green #118478

Tints of Surfie Green #118478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.61%

R = 6.32%
G = 49.07%
B = 44.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#118478 (or 0x118478) is known color: Surfie Green. HEX triplet: 11, 84 and 78. RGB value is (17,132,120). Sum of RGB (Red+Green+Blue) = 17+132+120=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #118478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118478 is #EE7B87. Grayscale: #606060. Windows color (decimal): -15629192 or 7898129. OLE color: 7898129.

HSL color Cylindrical-coordinate representation of color #118478: hue angle of 173.74º 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 #118478 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 132 120 -
CMYK 0.87 0 0.09 0.48
HSL 173.74º 0.77% 0.29% -
HSV(B) 173.74º 0.87% 0.52% -
XYZ 11.87 17.98 20.61 -
YUV 96.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 17 132 120 0.87 0 0.09 0.48 173.74 0.77 0.29
Hex 11 84 78 57 0 9 30 AE 4D 1D
Octal 21 204 170 127 0 11 60 256 115 35
Binary 10001 10000100 1111000 1010111 0 1001 110000 10101110 1001101 11101

Color Harmonies of #118478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118478

Black with #118478

Text Example


Text Example

White with #118478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118478; }

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

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

background-color css

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

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

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

border-color css

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

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

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