Html Css Color HEX #247250 Salem

📋 copy color: '#247250'

red 36 ◦ green 114 ◦ blue 80

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

Shades of Salem #247250

Tints of Salem #247250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

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

R = 15.65%
G = 49.57%
B = 34.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#247250 (or 0x247250) is known color: Salem. HEX triplet: 24, 72 and 50. RGB value is (36,114,80). Sum of RGB (Red+Green+Blue) = 36+114+80=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #247250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247250 is #DB8DAF. Grayscale: #565656. Windows color (decimal): -14388656 or 5272100. OLE color: 5272100.

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

Color convert

RGB 36 114 80 -
CMYK 0.68 0 0.30 0.55
HSL 153.85º 0.52% 0.29% -
HSV(B) 153.85º 0.68% 0.45% -
XYZ 8.19 12.99 9.66 -
YUV 86.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 36 114 80 0.68 0 0.30 0.55 153.85 0.52 0.29
Hex 24 72 50 44 0 1E 37 9A 34 1D
Octal 44 162 120 104 0 36 67 232 64 35
Binary 100100 1110010 1010000 1000100 0 11110 110111 10011010 110100 11101

Color Harmonies of #247250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247250

Black with #247250

Text Example


Text Example

White with #247250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247250; }

 p { color: rgb(36,114,80); }

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

background-color css

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

 a { background-color: rgb(36,114,80); }

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

border-color css

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

 span { border-color: rgb(36,114,80); }

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