Html Css Color HEX #138744 Salem

📋 copy color: '#138744'

red 19 ◦ green 135 ◦ blue 68

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

Shades of Salem #138744

Tints of Salem #138744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 8.56%
G = 60.81%
B = 30.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#138744 (or 0x138744) is known color: Salem. HEX triplet: 13, 87 and 44. RGB value is (19,135,68). Sum of RGB (Red+Green+Blue) = 19+135+68=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #138744 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138744 is #EC78BB. Grayscale: #5C5C5C. Windows color (decimal): -15497404 or 4491027. OLE color: 4491027.

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

Color convert

RGB 19 135 68 -
CMYK 0.86 0 0.50 0.47
HSL 145.34º 0.75% 0.3% -
HSV(B) 145.34º 0.86% 0.53% -
XYZ 9.98 17.88 8.39 -
YUV 92.68 114.07 75.45 -
System Red Green Blue C M Y K H S L
Decimal 19 135 68 0.86 0 0.50 0.47 145.34 0.75 0.3
Hex 13 87 44 56 0 32 2F 91 4B 1E
Octal 23 207 104 126 0 62 57 221 113 36
Binary 10011 10000111 1000100 1010110 0 110010 101111 10010001 1001011 11110

Color Harmonies of #138744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138744

Black with #138744

Text Example


Text Example

White with #138744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138744; }

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

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

background-color css

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

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

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

border-color css

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

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

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