Html Css Color HEX #247152 Salem

📋 copy color: '#247152'

red 36 ◦ green 113 ◦ blue 82

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

Shades of Salem #247152

Tints of Salem #247152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 15.58%
G = 48.92%
B = 35.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#247152 (or 0x247152) is known color: Salem. HEX triplet: 24, 71 and 52. RGB value is (36,113,82). Sum of RGB (Red+Green+Blue) = 36+113+82=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #247152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247152 is #DB8EAD. Grayscale: #565656. Windows color (decimal): -14388910 or 5402916. OLE color: 5402916.

HSL color Cylindrical-coordinate representation of color #247152: hue angle of 155.84º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247152 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 113 82 -
CMYK 0.68 0 0.27 0.56
HSL 155.84º 0.52% 0.29% -
HSV(B) 155.84º 0.68% 0.44% -
XYZ 8.16 12.79 10.02 -
YUV 86.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 36 113 82 0.68 0 0.27 0.56 155.84 0.52 0.29
Hex 24 71 52 44 0 1B 38 9C 34 1D
Octal 44 161 122 104 0 33 70 234 64 35
Binary 100100 1110001 1010010 1000100 0 11011 111000 10011100 110100 11101

Color Harmonies of #247152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247152

Black with #247152

Text Example


Text Example

White with #247152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247152; }

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

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

background-color css

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

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

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

border-color css

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

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

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