Html Css Color HEX #138345 Salem

📋 copy color: '#138345'

red 19 ◦ green 131 ◦ blue 69

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

Shades of Salem #138345

Tints of Salem #138345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 8.68%
G = 59.82%
B = 31.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#138345 (or 0x138345) is known color: Salem. HEX triplet: 13, 83 and 45. RGB value is (19,131,69). Sum of RGB (Red+Green+Blue) = 19+131+69=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #138345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138345 is #EC7CBA. Grayscale: #5A5A5A. Windows color (decimal): -15498427 or 4555539. OLE color: 4555539.

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

Color convert

RGB 19 131 69 -
CMYK 0.85 0 0.47 0.49
HSL 146.79º 0.75% 0.29% -
HSV(B) 146.79º 0.85% 0.51% -
XYZ 9.46 16.8 8.37 -
YUV 90.44 115.89 77.04 -
System Red Green Blue C M Y K H S L
Decimal 19 131 69 0.85 0 0.47 0.49 146.79 0.75 0.29
Hex 13 83 45 55 0 2F 31 93 4B 1D
Octal 23 203 105 125 0 57 61 223 113 35
Binary 10011 10000011 1000101 1010101 0 101111 110001 10010011 1001011 11101

Color Harmonies of #138345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138345

Black with #138345

Text Example


Text Example

White with #138345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138345; }

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

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

background-color css

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

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

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

border-color css

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

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

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