Html Css Color HEX #138142 Salem

📋 copy color: '#138142'

red 19 ◦ green 129 ◦ blue 66

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

Shades of Salem #138142

Tints of Salem #138142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.28%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 8.88%
G = 60.28%
B = 30.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#138142 (or 0x138142) is known color: Salem. HEX triplet: 13, 81 and 42. RGB value is (19,129,66). Sum of RGB (Red+Green+Blue) = 19+129+66=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #138142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138142 is #EC7EBD. Grayscale: #595959. Windows color (decimal): -15498942 or 4358419. OLE color: 4358419.

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

Color convert

RGB 19 129 66 -
CMYK 0.85 0 0.49 0.49
HSL 145.64º 0.74% 0.29% -
HSV(B) 145.64º 0.85% 0.51% -
XYZ 9.1 16.23 7.81 -
YUV 88.93 115.06 78.12 -
System Red Green Blue C M Y K H S L
Decimal 19 129 66 0.85 0 0.49 0.49 145.64 0.74 0.29
Hex 13 81 42 55 0 31 31 92 4A 1D
Octal 23 201 102 125 0 61 61 222 112 35
Binary 10011 10000001 1000010 1010101 0 110001 110001 10010010 1001010 11101

Color Harmonies of #138142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138142

Black with #138142

Text Example


Text Example

White with #138142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138142; }

 p { color: rgb(19,129,66); }

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

background-color css

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

 a { background-color: rgb(19,129,66); }

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

border-color css

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

 span { border-color: rgb(19,129,66); }

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