Html Css Color HEX #18764B Salem

📋 copy color: '#18764B'

red 24 ◦ green 118 ◦ blue 75

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

Shades of Salem #18764B

Tints of Salem #18764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.38%

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

R = 11.06%
G = 54.38%
B = 34.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#18764B (or 0x18764B) is known color: Salem. HEX triplet: 18, 76 and 4B. RGB value is (24,118,75). Sum of RGB (Red+Green+Blue) = 24+118+75=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #18764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18764B is #E789B4. Grayscale: #555555. Windows color (decimal): -15174069 or 4945432. OLE color: 4945432.

HSL color Cylindrical-coordinate representation of color #18764B: hue angle of 152.55º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18764B is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 75 -
CMYK 0.80 0 0.36 0.54
HSL 152.55º 0.66% 0.28% -
HSV(B) 152.55º 0.8% 0.46% -
XYZ 8.13 13.66 8.86 -
YUV 84.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 24 118 75 0.80 0 0.36 0.54 152.55 0.66 0.28
Hex 18 76 4B 50 0 24 36 99 42 1C
Octal 30 166 113 120 0 44 66 231 102 34
Binary 11000 1110110 1001011 1010000 0 100100 110110 10011001 1000010 11100

Color Harmonies of #18764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18764B

Black with #18764B

Text Example


Text Example

White with #18764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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