Html Css Color HEX #137478 Surfie Green

📋 copy color: '#137478'

red 19 ◦ green 116 ◦ blue 120

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

Shades of Surfie Green #137478

Tints of Surfie Green #137478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 7.45%
G = 45.49%
B = 47.06%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137478 (or 0x137478) is known color: Surfie Green. HEX triplet: 13, 74 and 78. RGB value is (19,116,120). Sum of RGB (Red+Green+Blue) = 19+116+120=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #137478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137478 is #EC8B87. Grayscale: #575757. Windows color (decimal): -15502216 or 7894035. OLE color: 7894035.

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

Color convert

RGB 19 116 120 -
CMYK 0.84 0.03 0 0.53
HSL 182.38º 0.73% 0.27% -
HSV(B) 182.38º 0.84% 0.47% -
XYZ 9.9 13.99 19.95 -
YUV 87.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 19 116 120 0.84 0.03 0 0.53 182.38 0.73 0.27
Hex 13 74 78 54 3 0 35 B6 49 1B
Octal 23 164 170 124 3 0 65 266 111 33
Binary 10011 1110100 1111000 1010100 11 0 110101 10110110 1001001 11011

Color Harmonies of #137478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137478

Black with #137478

Text Example


Text Example

White with #137478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137478; }

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

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

background-color css

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

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

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

border-color css

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

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

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