Html Css Color HEX #248246 Salem

📋 copy color: '#248246'

red 36 ◦ green 130 ◦ blue 70

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

Shades of Salem #248246

Tints of Salem #248246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 15.25%
G = 55.08%
B = 29.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#248246 (or 0x248246) is known color: Salem. HEX triplet: 24, 82 and 46. RGB value is (36,130,70). Sum of RGB (Red+Green+Blue) = 36+130+70=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #248246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248246 is #DB7DB9. Grayscale: #5F5F5F. Windows color (decimal): -14384570 or 4620836. OLE color: 4620836.

HSL color Cylindrical-coordinate representation of color #248246: hue angle of 141.7º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248246 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 70 -
CMYK 0.72 0 0.46 0.49
HSL 141.7º 0.57% 0.33% -
HSV(B) 141.7º 0.72% 0.51% -
XYZ 9.82 16.78 8.52 -
YUV 95.05 113.86 85.88 -
System Red Green Blue C M Y K H S L
Decimal 36 130 70 0.72 0 0.46 0.49 141.7 0.57 0.33
Hex 24 82 46 48 0 2E 31 8E 39 21
Octal 44 202 106 110 0 56 61 216 71 41
Binary 100100 10000010 1000110 1001000 0 101110 110001 10001110 111001 100001

Color Harmonies of #248246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248246

Black with #248246

Text Example


Text Example

White with #248246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248246; }

 p { color: rgb(36,130,70); }

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

background-color css

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

 a { background-color: rgb(36,130,70); }

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

border-color css

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

 span { border-color: rgb(36,130,70); }

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