Html Css Color HEX #138243 Salem

📋 copy color: '#138243'

red 19 ◦ green 130 ◦ blue 67

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

Shades of Salem #138243

Tints of Salem #138243

RGB

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

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

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

R = 8.8%
G = 60.19%
B = 31.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#138243 (or 0x138243) is known color: Salem. HEX triplet: 13, 82 and 43. RGB value is (19,130,67). Sum of RGB (Red+Green+Blue) = 19+130+67=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #138243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138243 is #EC7DBC. Grayscale: #595959. Windows color (decimal): -15498685 or 4424211. OLE color: 4424211.

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

Color convert

RGB 19 130 67 -
CMYK 0.85 0 0.48 0.49
HSL 145.95º 0.74% 0.29% -
HSV(B) 145.95º 0.85% 0.51% -
XYZ 9.26 16.51 8.01 -
YUV 89.63 115.23 77.62 -
System Red Green Blue C M Y K H S L
Decimal 19 130 67 0.85 0 0.48 0.49 145.95 0.74 0.29
Hex 13 82 43 55 0 30 31 92 4A 1D
Octal 23 202 103 125 0 60 61 222 112 35
Binary 10011 10000010 1000011 1010101 0 110000 110001 10010010 1001010 11101

Color Harmonies of #138243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138243

Black with #138243

Text Example


Text Example

White with #138243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138243; }

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

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

background-color css

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

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

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

border-color css

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

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

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