Html Css Color HEX #138046 Salem

📋 copy color: '#138046'

red 19 ◦ green 128 ◦ blue 70

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

Shades of Salem #138046

Tints of Salem #138046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.99%

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 8.76%
G = 58.99%
B = 32.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#138046 (or 0x138046) is known color: Salem. HEX triplet: 13, 80 and 46. RGB value is (19,128,70). Sum of RGB (Red+Green+Blue) = 19+128+70=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #138046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138046 is #EC7FB9. Grayscale: #585858. Windows color (decimal): -15499194 or 4620307. OLE color: 4620307.

HSL color Cylindrical-coordinate representation of color #138046: hue angle of 148.07º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138046 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 70 -
CMYK 0.85 0 0.45 0.50
HSL 148.07º 0.74% 0.29% -
HSV(B) 148.07º 0.85% 0.5% -
XYZ 9.09 16.02 8.41 -
YUV 88.8 117.39 78.22 -
System Red Green Blue C M Y K H S L
Decimal 19 128 70 0.85 0 0.45 0.50 148.07 0.74 0.29
Hex 13 80 46 55 0 2D 32 94 4A 1D
Octal 23 200 106 125 0 55 62 224 112 35
Binary 10011 10000000 1000110 1010101 0 101101 110010 10010100 1001010 11101

Color Harmonies of #138046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138046

Black with #138046

Text Example


Text Example

White with #138046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138046; }

 p { color: rgb(19,128,70); }

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

background-color css

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

 a { background-color: rgb(19,128,70); }

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

border-color css

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

 span { border-color: rgb(19,128,70); }

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