Html Css Color HEX #138546 Salem

📋 copy color: '#138546'

red 19 ◦ green 133 ◦ blue 70

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

Shades of Salem #138546

Tints of Salem #138546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 8.56%
G = 59.91%
B = 31.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#138546 (or 0x138546) is known color: Salem. HEX triplet: 13, 85 and 46. RGB value is (19,133,70). Sum of RGB (Red+Green+Blue) = 19+133+70=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #138546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138546 is #EC7AB9. Grayscale: #5B5B5B. Windows color (decimal): -15497914 or 4621587. OLE color: 4621587.

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

Color convert

RGB 19 133 70 -
CMYK 0.86 0 0.47 0.48
HSL 146.84º 0.75% 0.3% -
HSV(B) 146.84º 0.86% 0.52% -
XYZ 9.76 17.36 8.63 -
YUV 91.73 115.73 76.12 -
System Red Green Blue C M Y K H S L
Decimal 19 133 70 0.86 0 0.47 0.48 146.84 0.75 0.3
Hex 13 85 46 56 0 2F 30 93 4B 1E
Octal 23 205 106 126 0 57 60 223 113 36
Binary 10011 10000101 1000110 1010110 0 101111 110000 10010011 1001011 11110

Color Harmonies of #138546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138546

Black with #138546

Text Example


Text Example

White with #138546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138546; }

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

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

background-color css

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

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

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

border-color css

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

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

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