Html Css Color HEX #138842 Salem

📋 copy color: '#138842'

red 19 ◦ green 136 ◦ blue 66

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

Shades of Salem #138842

Tints of Salem #138842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 61.54%

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

R = 8.6%
G = 61.54%
B = 29.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#138842 (or 0x138842) is known color: Salem. HEX triplet: 13, 88 and 42. RGB value is (19,136,66). Sum of RGB (Red+Green+Blue) = 19+136+66=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #138842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138842 is #EC77BD. Grayscale: #5D5D5D. Windows color (decimal): -15497150 or 4360211. OLE color: 4360211.

HSL color Cylindrical-coordinate representation of color #138842: hue angle of 144.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138842 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 66 -
CMYK 0.86 0 0.51 0.47
HSL 144.1º 0.75% 0.3% -
HSV(B) 144.1º 0.86% 0.53% -
XYZ 10.06 18.14 8.13 -
YUV 93.04 112.74 75.19 -
System Red Green Blue C M Y K H S L
Decimal 19 136 66 0.86 0 0.51 0.47 144.1 0.75 0.3
Hex 13 88 42 56 0 33 2F 90 4B 1E
Octal 23 210 102 126 0 63 57 220 113 36
Binary 10011 10001000 1000010 1010110 0 110011 101111 10010000 1001011 11110

Color Harmonies of #138842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138842

Black with #138842

Text Example


Text Example

White with #138842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138842; }

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

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

background-color css

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

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

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

border-color css

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

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

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