Html Css Color HEX #138350 Salem

📋 copy color: '#138350'

red 19 ◦ green 131 ◦ blue 80

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

Shades of Salem #138350

Tints of Salem #138350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 8.26%
G = 56.96%
B = 34.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#138350 (or 0x138350) is known color: Salem. HEX triplet: 13, 83 and 50. RGB value is (19,131,80). Sum of RGB (Red+Green+Blue) = 19+131+80=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #138350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138350 is #EC7CAF. Grayscale: #5B5B5B. Windows color (decimal): -15498416 or 5276435. OLE color: 5276435.

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

Color convert

RGB 19 131 80 -
CMYK 0.85 0 0.39 0.49
HSL 152.68º 0.75% 0.29% -
HSV(B) 152.68º 0.85% 0.51% -
XYZ 9.83 16.95 10.34 -
YUV 91.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 19 131 80 0.85 0 0.39 0.49 152.68 0.75 0.29
Hex 13 83 50 55 0 27 31 99 4B 1D
Octal 23 203 120 125 0 47 61 231 113 35
Binary 10011 10000011 1010000 1010101 0 100111 110001 10011001 1001011 11101

Color Harmonies of #138350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138350

Black with #138350

Text Example


Text Example

White with #138350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138350; }

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

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

background-color css

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

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

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

border-color css

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

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

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