Html Css Color HEX #138344 Salem

📋 copy color: '#138344'

red 19 ◦ green 131 ◦ blue 68

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

Shades of Salem #138344

Tints of Salem #138344

RGB

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

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

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

R = 8.72%
G = 60.09%
B = 31.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#138344 (or 0x138344) is known color: Salem. HEX triplet: 13, 83 and 44. RGB value is (19,131,68). Sum of RGB (Red+Green+Blue) = 19+131+68=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #138344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138344 is #EC7CBB. Grayscale: #5A5A5A. Windows color (decimal): -15498428 or 4490003. OLE color: 4490003.

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

Color convert

RGB 19 131 68 -
CMYK 0.85 0 0.48 0.49
HSL 146.25º 0.75% 0.29% -
HSV(B) 146.25º 0.85% 0.51% -
XYZ 9.43 16.79 8.21 -
YUV 90.33 115.39 77.12 -
System Red Green Blue C M Y K H S L
Decimal 19 131 68 0.85 0 0.48 0.49 146.25 0.75 0.29
Hex 13 83 44 55 0 30 31 92 4B 1D
Octal 23 203 104 125 0 60 61 222 113 35
Binary 10011 10000011 1000100 1010101 0 110000 110001 10010010 1001011 11101

Color Harmonies of #138344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138344

Black with #138344

Text Example


Text Example

White with #138344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138344; }

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

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

background-color css

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

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

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

border-color css

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

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

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