Html Css Color HEX #138450 Salem

📋 copy color: '#138450'

red 19 ◦ green 132 ◦ blue 80

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

Shades of Salem #138450

Tints of Salem #138450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.14%

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

R = 8.23%
G = 57.14%
B = 34.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#138450 (or 0x138450) is known color: Salem. HEX triplet: 13, 84 and 50. RGB value is (19,132,80). Sum of RGB (Red+Green+Blue) = 19+132+80=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #138450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138450 is #EC7BAF. Grayscale: #5C5C5C. Windows color (decimal): -15498160 or 5276691. OLE color: 5276691.

HSL color Cylindrical-coordinate representation of color #138450: hue angle of 152.39º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138450 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 80 -
CMYK 0.86 0 0.39 0.48
HSL 152.39º 0.75% 0.3% -
HSV(B) 152.39º 0.86% 0.52% -
XYZ 9.97 17.22 10.39 -
YUV 92.29 121.06 75.73 -
System Red Green Blue C M Y K H S L
Decimal 19 132 80 0.86 0 0.39 0.48 152.39 0.75 0.3
Hex 13 84 50 56 0 27 30 98 4B 1E
Octal 23 204 120 126 0 47 60 230 113 36
Binary 10011 10000100 1010000 1010110 0 100111 110000 10011000 1001011 11110

Color Harmonies of #138450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138450

Black with #138450

Text Example


Text Example

White with #138450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138450; }

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

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

background-color css

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

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

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

border-color css

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

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

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