Html Css Color HEX #188242 Salem

📋 copy color: '#188242'

red 24 ◦ green 130 ◦ blue 66

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

Shades of Salem #188242

Tints of Salem #188242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30%

R = 10.91%
G = 59.09%
B = 30%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#188242 (or 0x188242) is known color: Salem. HEX triplet: 18, 82 and 42. RGB value is (24,130,66). Sum of RGB (Red+Green+Blue) = 24+130+66=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #188242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188242 is #E77DBD. Grayscale: #5B5B5B. Windows color (decimal): -15171006 or 4358680. OLE color: 4358680.

HSL color Cylindrical-coordinate representation of color #188242: hue angle of 143.77º 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 #188242 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 130 66 -
CMYK 0.82 0 0.49 0.49
HSL 143.77º 0.69% 0.3% -
HSV(B) 143.77º 0.82% 0.51% -
XYZ 9.34 16.55 7.86 -
YUV 91.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 24 130 66 0.82 0 0.49 0.49 143.77 0.69 0.3
Hex 18 82 42 52 0 31 31 90 45 1E
Octal 30 202 102 122 0 61 61 220 105 36
Binary 11000 10000010 1000010 1010010 0 110001 110001 10010000 1000101 11110

Color Harmonies of #188242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188242

Black with #188242

Text Example


Text Example

White with #188242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188242; }

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

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

background-color css

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

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

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

border-color css

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

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

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