Html Css Color HEX #18834D Salem

📋 copy color: '#18834D'

red 24 ◦ green 131 ◦ blue 77

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

Shades of Salem #18834D

Tints of Salem #18834D

RGB

 RED value IS 24 (9.77% from 255) = 10.34%

 GREEN value IS 131 (51.56% from 255) = 56.47%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 10.34%
G = 56.47%
B = 33.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#18834D (or 0x18834D) is known color: Salem. HEX triplet: 18, 83 and 4D. RGB value is (24,131,77). Sum of RGB (Red+Green+Blue) = 24+131+77=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #18834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18834D is #E77CB2. Grayscale: #5C5C5C. Windows color (decimal): -15170739 or 5079832. OLE color: 5079832.

HSL color Cylindrical-coordinate representation of color #18834D: hue angle of 149.72º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18834D is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 131 77 -
CMYK 0.82 0 0.41 0.49
HSL 149.72º 0.69% 0.3% -
HSV(B) 149.72º 0.82% 0.51% -
XYZ 9.83 16.96 9.78 -
YUV 92.85 119.05 78.89 -
System Red Green Blue C M Y K H S L
Decimal 24 131 77 0.82 0 0.41 0.49 149.72 0.69 0.3
Hex 18 83 4D 52 0 29 31 96 45 1E
Octal 30 203 115 122 0 51 61 226 105 36
Binary 11000 10000011 1001101 1010010 0 101001 110001 10010110 1000101 11110

Color Harmonies of #18834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18834D

Black with #18834D

Text Example


Text Example

White with #18834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18834D; }

 p { color: rgb(24,131,77); }

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

background-color css

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

 a { background-color: rgb(24,131,77); }

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

border-color css

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

 span { border-color: rgb(24,131,77); }

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