Html Css Color HEX #138377 Surfie Green

📋 copy color: '#138377'

red 19 ◦ green 131 ◦ blue 119

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

Shades of Surfie Green #138377

Tints of Surfie Green #138377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 7.06%
G = 48.7%
B = 44.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#138377 (or 0x138377) is known color: Surfie Green. HEX triplet: 13, 83 and 77. RGB value is (19,131,119). Sum of RGB (Red+Green+Blue) = 19+131+119=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #138377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138377 is #EC7C88. Grayscale: #606060. Windows color (decimal): -15498377 or 7832339. OLE color: 7832339.

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

Color convert

RGB 19 131 119 -
CMYK 0.85 0 0.09 0.49
HSL 173.57º 0.75% 0.29% -
HSV(B) 173.57º 0.85% 0.51% -
XYZ 11.71 17.7 20.25 -
YUV 96.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 19 131 119 0.85 0 0.09 0.49 173.57 0.75 0.29
Hex 13 83 77 55 0 9 31 AE 4B 1D
Octal 23 203 167 125 0 11 61 256 113 35
Binary 10011 10000011 1110111 1010101 0 1001 110001 10101110 1001011 11101

Color Harmonies of #138377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138377

Black with #138377

Text Example


Text Example

White with #138377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138377; }

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

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

background-color css

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

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

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

border-color css

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

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

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