Html Css Color HEX #138541 Salem

📋 copy color: '#138541'

red 19 ◦ green 133 ◦ blue 65

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

Shades of Salem #138541

Tints of Salem #138541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 8.76%
G = 61.29%
B = 29.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#138541 (or 0x138541) is known color: Salem. HEX triplet: 13, 85 and 41. RGB value is (19,133,65). Sum of RGB (Red+Green+Blue) = 19+133+65=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #138541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138541 is #EC7ABE. Grayscale: #5B5B5B. Windows color (decimal): -15497919 or 4293907. OLE color: 4293907.

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

Color convert

RGB 19 133 65 -
CMYK 0.86 0 0.51 0.48
HSL 144.21º 0.75% 0.3% -
HSV(B) 144.21º 0.86% 0.52% -
XYZ 9.61 17.3 7.83 -
YUV 91.16 113.23 76.53 -
System Red Green Blue C M Y K H S L
Decimal 19 133 65 0.86 0 0.51 0.48 144.21 0.75 0.3
Hex 13 85 41 56 0 33 30 90 4B 1E
Octal 23 205 101 126 0 63 60 220 113 36
Binary 10011 10000101 1000001 1010110 0 110011 110000 10010000 1001011 11110

Color Harmonies of #138541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138541

Black with #138541

Text Example


Text Example

White with #138541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138541; }

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

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

background-color css

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

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

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

border-color css

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

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

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