Html Css Color HEX #188650 Salem

📋 copy color: '#188650'

red 24 ◦ green 134 ◦ blue 80

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

Shades of Salem #188650

Tints of Salem #188650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.3%

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

R = 10.08%
G = 56.3%
B = 33.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#188650 (or 0x188650) is known color: Salem. HEX triplet: 18, 86 and 50. RGB value is (24,134,80). Sum of RGB (Red+Green+Blue) = 24+134+80=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #188650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188650 is #E779AF. Grayscale: #5F5F5F. Windows color (decimal): -15169968 or 5277208. OLE color: 5277208.

HSL color Cylindrical-coordinate representation of color #188650: hue angle of 150.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188650 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 134 80 -
CMYK 0.82 0 0.40 0.47
HSL 150.55º 0.7% 0.31% -
HSV(B) 150.55º 0.82% 0.53% -
XYZ 10.35 17.82 10.48 -
YUV 94.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 24 134 80 0.82 0 0.40 0.47 150.55 0.7 0.31
Hex 18 86 50 52 0 28 2F 97 46 1F
Octal 30 206 120 122 0 50 57 227 106 37
Binary 11000 10000110 1010000 1010010 0 101000 101111 10010111 1000110 11111

Color Harmonies of #188650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188650

Black with #188650

Text Example


Text Example

White with #188650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188650; }

 p { color: rgb(24,134,80); }

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

background-color css

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

 a { background-color: rgb(24,134,80); }

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

border-color css

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

 span { border-color: rgb(24,134,80); }

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