Html Css Color HEX #137777 Surfie Green

📋 copy color: '#137777'

red 19 ◦ green 119 ◦ blue 119

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

Shades of Surfie Green #137777

Tints of Surfie Green #137777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 7.39%
G = 46.3%
B = 46.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137777 (or 0x137777) is known color: Surfie Green. HEX triplet: 13, 77 and 77. RGB value is (19,119,119). Sum of RGB (Red+Green+Blue) = 19+119+119=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #137777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137777 is #EC8888. Grayscale: #595959. Windows color (decimal): -15501449 or 7829267. OLE color: 7829267.

HSL color Cylindrical-coordinate representation of color #137777: hue angle of 180º 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 #137777 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 119 -
CMYK 0.84 0 0 0.53
HSL 180º 0.72% 0.27% -
HSV(B) 180º 0.84% 0.47% -
XYZ 10.2 14.66 19.75 -
YUV 89.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 19 119 119 0.84 0 0 0.53 180 0.72 0.27
Hex 13 77 77 54 0 0 35 B4 48 1B
Octal 23 167 167 124 0 0 65 264 110 33
Binary 10011 1110111 1110111 1010100 0 0 110101 10110100 1001000 11011

Color Harmonies of #137777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137777

Black with #137777

Text Example


Text Example

White with #137777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137777; }

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

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

background-color css

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

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

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

border-color css

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

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

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