Html Css Color HEX #18804B Salem

📋 copy color: '#18804B'

red 24 ◦ green 128 ◦ blue 75

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

Shades of Salem #18804B

Tints of Salem #18804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.39%

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 10.57%
G = 56.39%
B = 33.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#18804B (or 0x18804B) is known color: Salem. HEX triplet: 18, 80 and 4B. RGB value is (24,128,75). Sum of RGB (Red+Green+Blue) = 24+128+75=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #18804B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18804B is #E77FB4. Grayscale: #5A5A5A. Windows color (decimal): -15171509 or 4947992. OLE color: 4947992.

HSL color Cylindrical-coordinate representation of color #18804B: hue angle of 149.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18804B is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 75 -
CMYK 0.81 0 0.41 0.50
HSL 149.42º 0.68% 0.3% -
HSV(B) 149.42º 0.81% 0.5% -
XYZ 9.37 16.14 9.28 -
YUV 90.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 24 128 75 0.81 0 0.41 0.50 149.42 0.68 0.3
Hex 18 80 4B 51 0 29 32 95 44 1E
Octal 30 200 113 121 0 51 62 225 104 36
Binary 11000 10000000 1001011 1010001 0 101001 110010 10010101 1000100 11110

Color Harmonies of #18804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18804B

Black with #18804B

Text Example


Text Example

White with #18804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18804B; }

 p { color: rgb(24,128,75); }

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

background-color css

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

 a { background-color: rgb(24,128,75); }

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

border-color css

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

 span { border-color: rgb(24,128,75); }

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