Html Css Color HEX #137A79 Surfie Green

📋 copy color: '#137A79'

red 19 ◦ green 122 ◦ blue 121

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

Shades of Surfie Green #137A79

Tints of Surfie Green #137A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.56%

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 7.25%
G = 46.56%
B = 46.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#137A79 (or 0x137A79) is known color: Surfie Green. HEX triplet: 13, 7A and 79. RGB value is (19,122,121). Sum of RGB (Red+Green+Blue) = 19+122+121=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #137A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A79 is #EC8586. Grayscale: #5A5A5A. Windows color (decimal): -15500679 or 7961107. OLE color: 7961107.

HSL color Cylindrical-coordinate representation of color #137A79: hue angle of 179.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A79 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 121 -
CMYK 0.84 0 0.01 0.52
HSL 179.42º 0.73% 0.28% -
HSV(B) 179.42º 0.84% 0.48% -
XYZ 10.68 15.44 20.51 -
YUV 91.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 19 122 121 0.84 0 0.01 0.52 179.42 0.73 0.28
Hex 13 7A 79 54 0 1 34 B3 49 1C
Octal 23 172 171 124 0 1 64 263 111 34
Binary 10011 1111010 1111001 1010100 0 1 110100 10110011 1001001 11100

Color Harmonies of #137A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A79

Black with #137A79

Text Example


Text Example

White with #137A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137A79; }

 p { color: rgb(19,122,121); }

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

background-color css

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

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

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

border-color css

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

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

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