Html Css Color HEX #128241 Salem

📋 copy color: '#128241'

red 18 ◦ green 130 ◦ blue 65

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

Shades of Salem #128241

Tints of Salem #128241

RGB

 RED value IS 18 (7.42% from 255) = 8.45%

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

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 8.45%
G = 61.03%
B = 30.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#128241 (or 0x128241) is known color: Salem. HEX triplet: 12, 82 and 41. RGB value is (18,130,65). Sum of RGB (Red+Green+Blue) = 18+130+65=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #128241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128241 is #ED7DBE. Grayscale: #595959. Windows color (decimal): -15564223 or 4293138. OLE color: 4293138.

HSL color Cylindrical-coordinate representation of color #128241: hue angle of 145.18º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128241 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 65 -
CMYK 0.86 0 0.50 0.49
HSL 145.18º 0.76% 0.29% -
HSV(B) 145.18º 0.86% 0.51% -
XYZ 9.19 16.48 7.7 -
YUV 89.1 114.39 77.29 -
System Red Green Blue C M Y K H S L
Decimal 18 130 65 0.86 0 0.50 0.49 145.18 0.76 0.29
Hex 12 82 41 56 0 32 31 91 4C 1D
Octal 22 202 101 126 0 62 61 221 114 35
Binary 10010 10000010 1000001 1010110 0 110010 110001 10010001 1001100 11101

Color Harmonies of #128241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128241

Black with #128241

Text Example


Text Example

White with #128241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128241; }

 p { color: rgb(18,130,65); }

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

background-color css

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

 a { background-color: rgb(18,130,65); }

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

border-color css

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

 span { border-color: rgb(18,130,65); }

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