Html Css Color HEX #138256 Salem

📋 copy color: '#138256'

red 19 ◦ green 130 ◦ blue 86

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

Shades of Salem #138256

Tints of Salem #138256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 8.09%
G = 55.32%
B = 36.6%

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

#138256 (or 0x138256) is known color: Salem. HEX triplet: 13, 82 and 56. RGB value is (19,130,86). Sum of RGB (Red+Green+Blue) = 19+130+86=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #138256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138256 is #EC7DA9. Grayscale: #5B5B5B. Windows color (decimal): -15498666 or 5669395. OLE color: 5669395.

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

Color convert

RGB 19 130 86 -
CMYK 0.85 0 0.34 0.49
HSL 156.22º 0.74% 0.29% -
HSV(B) 156.22º 0.85% 0.51% -
XYZ 9.93 16.78 11.52 -
YUV 91.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 19 130 86 0.85 0 0.34 0.49 156.22 0.74 0.29
Hex 13 82 56 55 0 22 31 9C 4A 1D
Octal 23 202 126 125 0 42 61 234 112 35
Binary 10011 10000010 1010110 1010101 0 100010 110001 10011100 1001010 11101

Color Harmonies of #138256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138256

Black with #138256

Text Example


Text Example

White with #138256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138256; }

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

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

background-color css

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

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

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

border-color css

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

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

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