Html Css Color HEX #137575 Surfie Green

📋 copy color: '#137575'

red 19 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #137575

Tints of Surfie Green #137575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 7.51%
G = 46.25%
B = 46.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#137575 (or 0x137575) is known color: Surfie Green. HEX triplet: 13, 75 and 75. RGB value is (19,117,117). Sum of RGB (Red+Green+Blue) = 19+117+117=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #137575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137575 is #EC8A8A. Grayscale: #575757. Windows color (decimal): -15501963 or 7697683. OLE color: 7697683.

HSL color Cylindrical-coordinate representation of color #137575: hue angle of 180º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137575 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 117 -
CMYK 0.84 0 0 0.54
HSL 180º 0.72% 0.27% -
HSV(B) 180º 0.84% 0.46% -
XYZ 9.84 14.15 19.04 -
YUV 87.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 19 117 117 0.84 0 0 0.54 180 0.72 0.27
Hex 13 75 75 54 0 0 36 B4 48 1B
Octal 23 165 165 124 0 0 66 264 110 33
Binary 10011 1110101 1110101 1010100 0 0 110110 10110100 1001000 11011

Color Harmonies of #137575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137575

Black with #137575

Text Example


Text Example

White with #137575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137575; }

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

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

background-color css

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

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

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

border-color css

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

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

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