Html Css Color HEX #138379 Surfie Green

📋 copy color: '#138379'

red 19 ◦ green 131 ◦ blue 121

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

Shades of Surfie Green #138379

Tints of Surfie Green #138379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

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

R = 7.01%
G = 48.34%
B = 44.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#138379 (or 0x138379) is known color: Surfie Green. HEX triplet: 13, 83 and 79. RGB value is (19,131,121). Sum of RGB (Red+Green+Blue) = 19+131+121=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #138379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138379 is #EC7C86. Grayscale: #606060. Windows color (decimal): -15498375 or 7963411. OLE color: 7963411.

HSL color Cylindrical-coordinate representation of color #138379: hue angle of 174.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138379 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 121 -
CMYK 0.85 0 0.08 0.49
HSL 174.64º 0.75% 0.29% -
HSV(B) 174.64º 0.85% 0.51% -
XYZ 11.84 17.75 20.89 -
YUV 96.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 19 131 121 0.85 0 0.08 0.49 174.64 0.75 0.29
Hex 13 83 79 55 0 8 31 AF 4B 1D
Octal 23 203 171 125 0 10 61 257 113 35
Binary 10011 10000011 1111001 1010101 0 1000 110001 10101111 1001011 11101

Color Harmonies of #138379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138379

Black with #138379

Text Example


Text Example

White with #138379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138379; }

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

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

background-color css

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

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

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

border-color css

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

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

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