Html Css Color HEX #137776 Surfie Green

📋 copy color: '#137776'

red 19 ◦ green 119 ◦ blue 118

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

Shades of Surfie Green #137776

Tints of Surfie Green #137776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 7.42%
G = 46.48%
B = 46.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#137776 (or 0x137776) is known color: Surfie Green. HEX triplet: 13, 77 and 76. RGB value is (19,119,118). Sum of RGB (Red+Green+Blue) = 19+119+118=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #137776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137776 is #EC8889. Grayscale: #585858. Windows color (decimal): -15501450 or 7763731. OLE color: 7763731.

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

Color convert

RGB 19 119 118 -
CMYK 0.84 0 0.01 0.53
HSL 179.4º 0.72% 0.27% -
HSV(B) 179.4º 0.84% 0.47% -
XYZ 10.14 14.64 19.43 -
YUV 88.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 19 119 118 0.84 0 0.01 0.53 179.4 0.72 0.27
Hex 13 77 76 54 0 1 35 B3 48 1B
Octal 23 167 166 124 0 1 65 263 110 33
Binary 10011 1110111 1110110 1010100 0 1 110101 10110011 1001000 11011

Color Harmonies of #137776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137776

Black with #137776

Text Example


Text Example

White with #137776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137776; }

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

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

background-color css

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

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

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

border-color css

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

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

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