Html Css Color HEX #187D4B Salem

📋 copy color: '#187D4B'

red 24 ◦ green 125 ◦ blue 75

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

Shades of Salem #187D4B

Tints of Salem #187D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.8%

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

R = 10.71%
G = 55.8%
B = 33.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#187D4B (or 0x187D4B) is known color: Salem. HEX triplet: 18, 7D and 4B. RGB value is (24,125,75). Sum of RGB (Red+Green+Blue) = 24+125+75=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #187D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187D4B is #E782B4. Grayscale: #595959. Windows color (decimal): -15172277 or 4947224. OLE color: 4947224.

HSL color Cylindrical-coordinate representation of color #187D4B: hue angle of 150.3º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187D4B is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 125 75 -
CMYK 0.81 0 0.40 0.51
HSL 150.3º 0.68% 0.29% -
HSV(B) 150.3º 0.81% 0.49% -
XYZ 8.98 15.37 9.15 -
YUV 89.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 24 125 75 0.81 0 0.40 0.51 150.3 0.68 0.29
Hex 18 7D 4B 51 0 28 33 96 44 1D
Octal 30 175 113 121 0 50 63 226 104 35
Binary 11000 1111101 1001011 1010001 0 101000 110011 10010110 1000100 11101

Color Harmonies of #187D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D4B

Black with #187D4B

Text Example


Text Example

White with #187D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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