Html Css Color HEX #138C3F Salem

📋 copy color: '#138C3F'

red 19 ◦ green 140 ◦ blue 63

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

Shades of Salem #138C3F

Tints of Salem #138C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 63.06%

 BLUE value IS 63 (25% from 255) = 28.38%

R = 8.56%
G = 63.06%
B = 28.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#138C3F (or 0x138C3F) is known color: Salem. HEX triplet: 13, 8C and 3F. RGB value is (19,140,63). Sum of RGB (Red+Green+Blue) = 19+140+63=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 140 (55.08% from 255 or 63.06% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 140 - color contains mainly: green. Hex color #138C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C3F is #EC73C0. Grayscale: #5F5F5F. Windows color (decimal): -15496129 or 4164627. OLE color: 4164627.

HSL color Cylindrical-coordinate representation of color #138C3F: hue angle of 141.82º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C3F is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 63 -
CMYK 0.86 0 0.55 0.45
HSL 141.82º 0.76% 0.31% -
HSV(B) 141.82º 0.86% 0.55% -
XYZ 10.54 19.25 7.86 -
YUV 95.04 109.91 73.76 -
System Red Green Blue C M Y K H S L
Decimal 19 140 63 0.86 0 0.55 0.45 141.82 0.76 0.31
Hex 13 8C 3F 56 0 37 2D 8E 4C 1F
Octal 23 214 77 126 0 67 55 216 114 37
Binary 10011 10001100 111111 1010110 0 110111 101101 10001110 1001100 11111

Color Harmonies of #138C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C3F

Black with #138C3F

Text Example


Text Example

White with #138C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138C3F; }

 p { color: rgb(19,140,63); }

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

background-color css

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

 a { background-color: rgb(19,140,63); }

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

border-color css

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

 span { border-color: rgb(19,140,63); }

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