Html Css Color HEX #018541 Salem

📋 copy color: '#018541'

red 1 ◦ green 133 ◦ blue 65

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

Shades of Salem #018541

Tints of Salem #018541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 66.83%

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

R = 0.5%
G = 66.83%
B = 32.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#018541 (or 0x018541) is known color: Salem. HEX triplet: 01, 85 and 41. RGB value is (1,133,65). Sum of RGB (Red+Green+Blue) = 1+133+65=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #018541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018541 is #FE7ABE. Grayscale: #555555. Windows color (decimal): -16677567 or 4293889. OLE color: 4293889.

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

Color convert

RGB 1 133 65 -
CMYK 0.99 0 0.51 0.48
HSL 149.09º 0.99% 0.26% -
HSV(B) 149.09º 0.99% 0.52% -
XYZ 9.35 17.16 7.82 -
YUV 85.78 116.27 67.53 -
System Red Green Blue C M Y K H S L
Decimal 1 133 65 0.99 0 0.51 0.48 149.09 0.99 0.26
Hex 1 85 41 63 0 33 30 95 63 1A
Octal 1 205 101 143 0 63 60 225 143 32
Binary 1 10000101 1000001 1100011 0 110011 110000 10010101 1100011 11010

Color Harmonies of #018541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018541

Black with #018541

Text Example


Text Example

White with #018541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018541; }

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

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

background-color css

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

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

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

border-color css

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

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

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