Html Css Color HEX #138843 Salem

📋 copy color: '#138843'

red 19 ◦ green 136 ◦ blue 67

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

Shades of Salem #138843

Tints of Salem #138843

RGB

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

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

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

R = 8.56%
G = 61.26%
B = 30.18%

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

#138843 (or 0x138843) is known color: Salem. HEX triplet: 13, 88 and 43. RGB value is (19,136,67). Sum of RGB (Red+Green+Blue) = 19+136+67=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #138843 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138843 is #EC77BC. Grayscale: #5D5D5D. Windows color (decimal): -15497149 or 4425747. OLE color: 4425747.

HSL color Cylindrical-coordinate representation of color #138843: hue angle of 144.62º 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 #138843 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 67 -
CMYK 0.86 0 0.51 0.47
HSL 144.62º 0.75% 0.3% -
HSV(B) 144.62º 0.86% 0.53% -
XYZ 10.09 18.15 8.28 -
YUV 93.15 113.24 75.11 -
System Red Green Blue C M Y K H S L
Decimal 19 136 67 0.86 0 0.51 0.47 144.62 0.75 0.3
Hex 13 88 43 56 0 33 2F 91 4B 1E
Octal 23 210 103 126 0 63 57 221 113 36
Binary 10011 10001000 1000011 1010110 0 110011 101111 10010001 1001011 11110

Color Harmonies of #138843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138843

Black with #138843

Text Example


Text Example

White with #138843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138843; }

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

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

background-color css

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

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

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

border-color css

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

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

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