Html Css Color HEX #138543 Salem

📋 copy color: '#138543'

red 19 ◦ green 133 ◦ blue 67

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

Shades of Salem #138543

Tints of Salem #138543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.73%

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 8.68%
G = 60.73%
B = 30.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#138543 (or 0x138543) is known color: Salem. HEX triplet: 13, 85 and 43. RGB value is (19,133,67). Sum of RGB (Red+Green+Blue) = 19+133+67=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #138543 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138543 is #EC7ABC. Grayscale: #5B5B5B. Windows color (decimal): -15497917 or 4424979. OLE color: 4424979.

HSL color Cylindrical-coordinate representation of color #138543: hue angle of 145.26º 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 #138543 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 67 -
CMYK 0.86 0 0.50 0.48
HSL 145.26º 0.75% 0.3% -
HSV(B) 145.26º 0.86% 0.52% -
XYZ 9.67 17.32 8.14 -
YUV 91.39 114.23 76.37 -
System Red Green Blue C M Y K H S L
Decimal 19 133 67 0.86 0 0.50 0.48 145.26 0.75 0.3
Hex 13 85 43 56 0 32 30 91 4B 1E
Octal 23 205 103 126 0 62 60 221 113 36
Binary 10011 10000101 1000011 1010110 0 110010 110000 10010001 1001011 11110

Color Harmonies of #138543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138543

Black with #138543

Text Example


Text Example

White with #138543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138543; }

 p { color: rgb(19,133,67); }

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

background-color css

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

 a { background-color: rgb(19,133,67); }

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

border-color css

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

 span { border-color: rgb(19,133,67); }

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