Html Css Color HEX #138745 Salem

📋 copy color: '#138745'

red 19 ◦ green 135 ◦ blue 69

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

Shades of Salem #138745

Tints of Salem #138745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60.54%

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

R = 8.52%
G = 60.54%
B = 30.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#138745 (or 0x138745) is known color: Salem. HEX triplet: 13, 87 and 45. RGB value is (19,135,69). Sum of RGB (Red+Green+Blue) = 19+135+69=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #138745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138745 is #EC78BA. Grayscale: #5C5C5C. Windows color (decimal): -15497403 or 4556563. OLE color: 4556563.

HSL color Cylindrical-coordinate representation of color #138745: hue angle of 145.86º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138745 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 69 -
CMYK 0.86 0 0.49 0.47
HSL 145.86º 0.75% 0.3% -
HSV(B) 145.86º 0.86% 0.53% -
XYZ 10.01 17.9 8.56 -
YUV 92.79 114.57 75.37 -
System Red Green Blue C M Y K H S L
Decimal 19 135 69 0.86 0 0.49 0.47 145.86 0.75 0.3
Hex 13 87 45 56 0 31 2F 92 4B 1E
Octal 23 207 105 126 0 61 57 222 113 36
Binary 10011 10000111 1000101 1010110 0 110001 101111 10010010 1001011 11110

Color Harmonies of #138745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138745

Black with #138745

Text Example


Text Example

White with #138745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138745; }

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

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

background-color css

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

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

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

border-color css

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

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

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