Html Css Color HEX #248146 Salem

📋 copy color: '#248146'

red 36 ◦ green 129 ◦ blue 70

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

Shades of Salem #248146

Tints of Salem #248146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

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

R = 15.32%
G = 54.89%
B = 29.79%

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

#248146 (or 0x248146) is known color: Salem. HEX triplet: 24, 81 and 46. RGB value is (36,129,70). Sum of RGB (Red+Green+Blue) = 36+129+70=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #248146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248146 is #DB7EB9. Grayscale: #5E5E5E. Windows color (decimal): -14384826 or 4620580. OLE color: 4620580.

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

Color convert

RGB 36 129 70 -
CMYK 0.72 0 0.46 0.49
HSL 141.94º 0.56% 0.32% -
HSV(B) 141.94º 0.72% 0.51% -
XYZ 9.68 16.52 8.47 -
YUV 94.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 36 129 70 0.72 0 0.46 0.49 141.94 0.56 0.32
Hex 24 81 46 48 0 2E 31 8E 38 20
Octal 44 201 106 110 0 56 61 216 70 40
Binary 100100 10000001 1000110 1001000 0 101110 110001 10001110 111000 100000

Color Harmonies of #248146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248146

Black with #248146

Text Example


Text Example

White with #248146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248146; }

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

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

background-color css

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

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

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

border-color css

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

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

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