Html Css Color HEX #138542 Salem

📋 copy color: '#138542'

red 19 ◦ green 133 ◦ blue 66

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

Shades of Salem #138542

Tints of Salem #138542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 8.72%
G = 61.01%
B = 30.28%

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

#138542 (or 0x138542) is known color: Salem. HEX triplet: 13, 85 and 42. RGB value is (19,133,66). Sum of RGB (Red+Green+Blue) = 19+133+66=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #138542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138542 is #EC7ABD. Grayscale: #5B5B5B. Windows color (decimal): -15497918 or 4359443. OLE color: 4359443.

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

Color convert

RGB 19 133 66 -
CMYK 0.86 0 0.50 0.48
HSL 144.74º 0.75% 0.3% -
HSV(B) 144.74º 0.86% 0.52% -
XYZ 9.64 17.31 7.99 -
YUV 91.28 113.73 76.45 -
System Red Green Blue C M Y K H S L
Decimal 19 133 66 0.86 0 0.50 0.48 144.74 0.75 0.3
Hex 13 85 42 56 0 32 30 91 4B 1E
Octal 23 205 102 126 0 62 60 221 113 36
Binary 10011 10000101 1000010 1010110 0 110010 110000 10010001 1001011 11110

Color Harmonies of #138542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138542

Black with #138542

Text Example


Text Example

White with #138542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138542; }

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

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

background-color css

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

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

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

border-color css

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

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

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