Html Css Color HEX #1B7750 Salem

📋 copy color: '#1B7750'

red 27 ◦ green 119 ◦ blue 80

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

Shades of Salem #1B7750

Tints of Salem #1B7750

RGB

 RED value IS 27 (10.94% from 255) = 11.95%

 GREEN value IS 119 (46.88% from 255) = 52.65%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 11.95%
G = 52.65%
B = 35.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#1B7750 (or 0x1B7750) is known color: Salem. HEX triplet: 1B, 77 and 50. RGB value is (27,119,80). Sum of RGB (Red+Green+Blue) = 27+119+80=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7750 is #E488AF. Grayscale: #575757. Windows color (decimal): -14977200 or 5273371. OLE color: 5273371.

HSL color Cylindrical-coordinate representation of color #1B7750: hue angle of 154.57º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7750 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 119 80 -
CMYK 0.77 0 0.33 0.53
HSL 154.57º 0.63% 0.29% -
HSV(B) 154.57º 0.77% 0.47% -
XYZ 8.5 14.01 9.84 -
YUV 87.05 124.02 85.17 -
System Red Green Blue C M Y K H S L
Decimal 27 119 80 0.77 0 0.33 0.53 154.57 0.63 0.29
Hex 1B 77 50 4D 0 21 35 9B 3F 1D
Octal 33 167 120 115 0 41 65 233 77 35
Binary 11011 1110111 1010000 1001101 0 100001 110101 10011011 111111 11101

Color Harmonies of #1B7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7750

Black with #1B7750

Text Example


Text Example

White with #1B7750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B7750; }

 p { color: rgb(27,119,80); }

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

background-color css

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

 a { background-color: rgb(27,119,80); }

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

border-color css

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

 span { border-color: rgb(27,119,80); }

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