Html Css Color HEX #138179 Surfie Green

📋 copy color: '#138179'

red 19 ◦ green 129 ◦ blue 121

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

Shades of Surfie Green #138179

Tints of Surfie Green #138179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.96%

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

R = 7.06%
G = 47.96%
B = 44.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#138179 (or 0x138179) is known color: Surfie Green. HEX triplet: 13, 81 and 79. RGB value is (19,129,121). Sum of RGB (Red+Green+Blue) = 19+129+121=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #138179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138179 is #EC7E86. Grayscale: #5F5F5F. Windows color (decimal): -15498887 or 7962899. OLE color: 7962899.

HSL color Cylindrical-coordinate representation of color #138179: hue angle of 175.64º degrees, saturation: 0.74, 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 #138179 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 121 -
CMYK 0.85 0 0.06 0.49
HSL 175.64º 0.74% 0.29% -
HSV(B) 175.64º 0.85% 0.51% -
XYZ 11.57 17.22 20.8 -
YUV 95.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 19 129 121 0.85 0 0.06 0.49 175.64 0.74 0.29
Hex 13 81 79 55 0 6 31 B0 4A 1D
Octal 23 201 171 125 0 6 61 260 112 35
Binary 10011 10000001 1111001 1010101 0 110 110001 10110000 1001010 11101

Color Harmonies of #138179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138179

Black with #138179

Text Example


Text Example

White with #138179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138179; }

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

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

background-color css

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

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

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

border-color css

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

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

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