Html Css Color HEX #138340 Salem

📋 copy color: '#138340'

red 19 ◦ green 131 ◦ blue 64

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

Shades of Salem #138340

Tints of Salem #138340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.21%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 8.88%
G = 61.21%
B = 29.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#138340 (or 0x138340) is known color: Salem. HEX triplet: 13, 83 and 40. RGB value is (19,131,64). Sum of RGB (Red+Green+Blue) = 19+131+64=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #138340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138340 is #EC7CBF. Grayscale: #5A5A5A. Windows color (decimal): -15498432 or 4227859. OLE color: 4227859.

HSL color Cylindrical-coordinate representation of color #138340: hue angle of 144.11º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138340 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 64 -
CMYK 0.85 0 0.51 0.49
HSL 144.11º 0.75% 0.29% -
HSV(B) 144.11º 0.85% 0.51% -
XYZ 9.31 16.74 7.59 -
YUV 89.87 113.39 77.45 -
System Red Green Blue C M Y K H S L
Decimal 19 131 64 0.85 0 0.51 0.49 144.11 0.75 0.29
Hex 13 83 40 55 0 33 31 90 4B 1D
Octal 23 203 100 125 0 63 61 220 113 35
Binary 10011 10000011 1000000 1010101 0 110011 110001 10010000 1001011 11101

Color Harmonies of #138340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138340

Black with #138340

Text Example


Text Example

White with #138340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138340; }

 p { color: rgb(19,131,64); }

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

background-color css

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

 a { background-color: rgb(19,131,64); }

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

border-color css

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

 span { border-color: rgb(19,131,64); }

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