Html Css Color HEX #247352 Salem

📋 copy color: '#247352'

red 36 ◦ green 115 ◦ blue 82

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

Shades of Salem #247352

Tints of Salem #247352

RGB

 RED value IS 36 (14.45% from 255) = 15.45%

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 82 (32.42% from 255) = 35.19%

R = 15.45%
G = 49.36%
B = 35.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#247352 (or 0x247352) is known color: Salem. HEX triplet: 24, 73 and 52. RGB value is (36,115,82). Sum of RGB (Red+Green+Blue) = 36+115+82=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #247352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247352 is #DB8CAD. Grayscale: #575757. Windows color (decimal): -14388398 or 5403428. OLE color: 5403428.

HSL color Cylindrical-coordinate representation of color #247352: hue angle of 154.94º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247352 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 115 82 -
CMYK 0.69 0 0.29 0.55
HSL 154.94º 0.52% 0.3% -
HSV(B) 154.94º 0.69% 0.45% -
XYZ 8.38 13.25 10.1 -
YUV 87.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 36 115 82 0.69 0 0.29 0.55 154.94 0.52 0.3
Hex 24 73 52 45 0 1D 37 9B 34 1E
Octal 44 163 122 105 0 35 67 233 64 36
Binary 100100 1110011 1010010 1000101 0 11101 110111 10011011 110100 11110

Color Harmonies of #247352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247352

Black with #247352

Text Example


Text Example

White with #247352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247352; }

 p { color: rgb(36,115,82); }

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

background-color css

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

 a { background-color: rgb(36,115,82); }

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

border-color css

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

 span { border-color: rgb(36,115,82); }

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