Html Css Color HEX #188255 Salem

📋 copy color: '#188255'

red 24 ◦ green 130 ◦ blue 85

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

Shades of Salem #188255

Tints of Salem #188255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.39%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 10.04%
G = 54.39%
B = 35.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#188255 (or 0x188255) is known color: Salem. HEX triplet: 18, 82 and 55. RGB value is (24,130,85). Sum of RGB (Red+Green+Blue) = 24+130+85=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #188255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188255 is #E77DAA. Grayscale: #5D5D5D. Windows color (decimal): -15170987 or 5603864. OLE color: 5603864.

HSL color Cylindrical-coordinate representation of color #188255: hue angle of 154.53º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188255 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 130 85 -
CMYK 0.82 0 0.35 0.49
HSL 154.53º 0.69% 0.3% -
HSV(B) 154.53º 0.82% 0.51% -
XYZ 10 16.82 11.31 -
YUV 93.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 24 130 85 0.82 0 0.35 0.49 154.53 0.69 0.3
Hex 18 82 55 52 0 23 31 9B 45 1E
Octal 30 202 125 122 0 43 61 233 105 36
Binary 11000 10000010 1010101 1010010 0 100011 110001 10011011 1000101 11110

Color Harmonies of #188255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188255

Black with #188255

Text Example


Text Example

White with #188255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188255; }

 p { color: rgb(24,130,85); }

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

background-color css

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

 a { background-color: rgb(24,130,85); }

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

border-color css

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

 span { border-color: rgb(24,130,85); }

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