Html Css Color HEX #018241 Salem

📋 copy color: '#018241'

red 1 ◦ green 130 ◦ blue 65

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

Shades of Salem #018241

Tints of Salem #018241

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

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

R = 0.51%
G = 66.33%
B = 33.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#018241 (or 0x018241) is known color: Salem. HEX triplet: 01, 82 and 41. RGB value is (1,130,65). Sum of RGB (Red+Green+Blue) = 1+130+65=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #018241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018241 is #FE7DBE. Grayscale: #545454. Windows color (decimal): -16678335 or 4293121. OLE color: 4293121.

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

Color convert

RGB 1 130 65 -
CMYK 0.99 0 0.50 0.49
HSL 149.77º 0.98% 0.26% -
HSV(B) 149.77º 0.99% 0.51% -
XYZ 8.95 16.35 7.69 -
YUV 84.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 1 130 65 0.99 0 0.50 0.49 149.77 0.98 0.26
Hex 1 82 41 63 0 32 31 96 62 1A
Octal 1 202 101 143 0 62 61 226 142 32
Binary 1 10000010 1000001 1100011 0 110010 110001 10010110 1100010 11010

Color Harmonies of #018241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018241

Black with #018241

Text Example


Text Example

White with #018241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018241; }

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

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

background-color css

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

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

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

border-color css

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

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

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