Html Css Color HEX #138441 Salem

📋 copy color: '#138441'

red 19 ◦ green 132 ◦ blue 65

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

Shades of Salem #138441

Tints of Salem #138441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.11%

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

R = 8.8%
G = 61.11%
B = 30.09%

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

#138441 (or 0x138441) is known color: Salem. HEX triplet: 13, 84 and 41. RGB value is (19,132,65). Sum of RGB (Red+Green+Blue) = 19+132+65=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #138441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138441 is #EC7BBE. Grayscale: #5A5A5A. Windows color (decimal): -15498175 or 4293651. OLE color: 4293651.

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

Color convert

RGB 19 132 65 -
CMYK 0.86 0 0.51 0.48
HSL 144.42º 0.75% 0.3% -
HSV(B) 144.42º 0.86% 0.52% -
XYZ 9.47 17.02 7.79 -
YUV 90.58 113.56 76.95 -
System Red Green Blue C M Y K H S L
Decimal 19 132 65 0.86 0 0.51 0.48 144.42 0.75 0.3
Hex 13 84 41 56 0 33 30 90 4B 1E
Octal 23 204 101 126 0 63 60 220 113 36
Binary 10011 10000100 1000001 1010110 0 110011 110000 10010000 1001011 11110

Color Harmonies of #138441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138441

Black with #138441

Text Example


Text Example

White with #138441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138441; }

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

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

background-color css

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

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

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

border-color css

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

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

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