Html Css Color HEX #137374 Surfie Green

📋 copy color: '#137374'

red 19 ◦ green 115 ◦ blue 116

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

Shades of Surfie Green #137374

Tints of Surfie Green #137374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 7.6%
G = 46%
B = 46.4%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#137374 (or 0x137374) is known color: Surfie Green. HEX triplet: 13, 73 and 74. RGB value is (19,115,116). Sum of RGB (Red+Green+Blue) = 19+115+116=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #137374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137374 is #EC8C8B. Grayscale: #565656. Windows color (decimal): -15502476 or 7631635. OLE color: 7631635.

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

Color convert

RGB 19 115 116 -
CMYK 0.84 0.01 0 0.55
HSL 180.62º 0.72% 0.26% -
HSV(B) 180.62º 0.84% 0.45% -
XYZ 9.55 13.66 18.66 -
YUV 86.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 19 115 116 0.84 0.01 0 0.55 180.62 0.72 0.26
Hex 13 73 74 54 1 0 37 B5 48 1A
Octal 23 163 164 124 1 0 67 265 110 32
Binary 10011 1110011 1110100 1010100 1 0 110111 10110101 1001000 11010

Color Harmonies of #137374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137374

Black with #137374

Text Example


Text Example

White with #137374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137374; }

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

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

background-color css

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

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

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

border-color css

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

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

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