Html Css Color HEX #137975 Surfie Green

📋 copy color: '#137975'

red 19 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #137975

Tints of Surfie Green #137975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 7.39%
G = 47.08%
B = 45.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#137975 (or 0x137975) is known color: Surfie Green. HEX triplet: 13, 79 and 75. RGB value is (19,121,117). Sum of RGB (Red+Green+Blue) = 19+121+117=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #137975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137975 is #EC868A. Grayscale: #595959. Windows color (decimal): -15500939 or 7698707. OLE color: 7698707.

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

Color convert

RGB 19 121 117 -
CMYK 0.84 0 0.03 0.53
HSL 177.65º 0.73% 0.27% -
HSV(B) 177.65º 0.84% 0.47% -
XYZ 10.32 15.1 19.2 -
YUV 90.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 19 121 117 0.84 0 0.03 0.53 177.65 0.73 0.27
Hex 13 79 75 54 0 3 35 B2 49 1B
Octal 23 171 165 124 0 3 65 262 111 33
Binary 10011 1111001 1110101 1010100 0 11 110101 10110010 1001001 11011

Color Harmonies of #137975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137975

Black with #137975

Text Example


Text Example

White with #137975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137975; }

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

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

background-color css

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

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

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

border-color css

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

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

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