Html Css Color HEX #137476 Surfie Green

📋 copy color: '#137476'

red 19 ◦ green 116 ◦ blue 118

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

Shades of Surfie Green #137476

Tints of Surfie Green #137476

RGB

 RED value IS 19 (7.81% from 255) = 7.51%

 GREEN value IS 116 (45.7% from 255) = 45.85%

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

R = 7.51%
G = 45.85%
B = 46.64%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#137476 (or 0x137476) is known color: Surfie Green. HEX triplet: 13, 74 and 76. RGB value is (19,116,118). Sum of RGB (Red+Green+Blue) = 19+116+118=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #137476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137476 is #EC8B89. Grayscale: #575757. Windows color (decimal): -15502218 or 7762963. OLE color: 7762963.

HSL color Cylindrical-coordinate representation of color #137476: hue angle of 181.21º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137476 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 116 118 -
CMYK 0.84 0.02 0 0.54
HSL 181.21º 0.72% 0.27% -
HSV(B) 181.21º 0.84% 0.46% -
XYZ 9.78 13.94 19.31 -
YUV 87.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 19 116 118 0.84 0.02 0 0.54 181.21 0.72 0.27
Hex 13 74 76 54 2 0 36 B5 48 1B
Octal 23 164 166 124 2 0 66 265 110 33
Binary 10011 1110100 1110110 1010100 10 0 110110 10110101 1001000 11011

Color Harmonies of #137476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137476

Black with #137476

Text Example


Text Example

White with #137476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137476; }

 p { color: rgb(19,116,118); }

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

background-color css

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

 a { background-color: rgb(19,116,118); }

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

border-color css

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

 span { border-color: rgb(19,116,118); }

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