Html Css Color HEX #138356 Salem

📋 copy color: '#138356'

red 19 ◦ green 131 ◦ blue 86

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

Shades of Salem #138356

Tints of Salem #138356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 8.05%
G = 55.51%
B = 36.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#138356 (or 0x138356) is known color: Salem. HEX triplet: 13, 83 and 56. RGB value is (19,131,86). Sum of RGB (Red+Green+Blue) = 19+131+86=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #138356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138356 is #EC7CA9. Grayscale: #5C5C5C. Windows color (decimal): -15498410 or 5669651. OLE color: 5669651.

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

Color convert

RGB 19 131 86 -
CMYK 0.85 0 0.34 0.49
HSL 155.89º 0.75% 0.29% -
HSV(B) 155.89º 0.85% 0.51% -
XYZ 10.06 17.04 11.56 -
YUV 92.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 19 131 86 0.85 0 0.34 0.49 155.89 0.75 0.29
Hex 13 83 56 55 0 22 31 9C 4B 1D
Octal 23 203 126 125 0 42 61 234 113 35
Binary 10011 10000011 1010110 1010101 0 100010 110001 10011100 1001011 11101

Color Harmonies of #138356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138356

Black with #138356

Text Example


Text Example

White with #138356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138356; }

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

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

background-color css

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

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

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

border-color css

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

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

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