Html Css Color HEX #138C43 Salem

📋 copy color: '#138C43'

red 19 ◦ green 140 ◦ blue 67

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

Shades of Salem #138C43

Tints of Salem #138C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.65%

R = 8.41%
G = 61.95%
B = 29.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#138C43 (or 0x138C43) is known color: Salem. HEX triplet: 13, 8C and 43. RGB value is (19,140,67). Sum of RGB (Red+Green+Blue) = 19+140+67=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #138C43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C43 is #EC73BC. Grayscale: #5F5F5F. Windows color (decimal): -15496125 or 4426771. OLE color: 4426771.

HSL color Cylindrical-coordinate representation of color #138C43: hue angle of 143.8º 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 #138C43 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 67 -
CMYK 0.86 0 0.52 0.45
HSL 143.8º 0.76% 0.31% -
HSV(B) 143.8º 0.86% 0.55% -
XYZ 10.66 19.3 8.47 -
YUV 95.5 111.91 73.44 -
System Red Green Blue C M Y K H S L
Decimal 19 140 67 0.86 0 0.52 0.45 143.8 0.76 0.31
Hex 13 8C 43 56 0 34 2D 90 4C 1F
Octal 23 214 103 126 0 64 55 220 114 37
Binary 10011 10001100 1000011 1010110 0 110100 101101 10010000 1001100 11111

Color Harmonies of #138C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C43

Black with #138C43

Text Example


Text Example

White with #138C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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