Html Css Color HEX #138544 Salem

📋 copy color: '#138544'

red 19 ◦ green 133 ◦ blue 68

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

Shades of Salem #138544

Tints of Salem #138544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 8.64%
G = 60.45%
B = 30.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#138544 (or 0x138544) is known color: Salem. HEX triplet: 13, 85 and 44. RGB value is (19,133,68). Sum of RGB (Red+Green+Blue) = 19+133+68=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #138544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138544 is #EC7ABB. Grayscale: #5B5B5B. Windows color (decimal): -15497916 or 4490515. OLE color: 4490515.

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

Color convert

RGB 19 133 68 -
CMYK 0.86 0 0.49 0.48
HSL 145.79º 0.75% 0.3% -
HSV(B) 145.79º 0.86% 0.52% -
XYZ 9.7 17.33 8.3 -
YUV 91.5 114.73 76.29 -
System Red Green Blue C M Y K H S L
Decimal 19 133 68 0.86 0 0.49 0.48 145.79 0.75 0.3
Hex 13 85 44 56 0 31 30 92 4B 1E
Octal 23 205 104 126 0 61 60 222 113 36
Binary 10011 10000101 1000100 1010110 0 110001 110000 10010010 1001011 11110

Color Harmonies of #138544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138544

Black with #138544

Text Example


Text Example

White with #138544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138544; }

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

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

background-color css

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

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

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

border-color css

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

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

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