Html Css Color HEX #018546 Salem

📋 copy color: '#018546'

red 1 ◦ green 133 ◦ blue 70

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

Shades of Salem #018546

Tints of Salem #018546

RGB

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

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

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

R = 0.49%
G = 65.2%
B = 34.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#018546 (or 0x018546) is known color: Salem. HEX triplet: 01, 85 and 46. RGB value is (1,133,70). Sum of RGB (Red+Green+Blue) = 1+133+70=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #018546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018546 is #FE7AB9. Grayscale: #565656. Windows color (decimal): -16677562 or 4621569. OLE color: 4621569.

HSL color Cylindrical-coordinate representation of color #018546: hue angle of 151.36º 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 #018546 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 70 -
CMYK 0.99 0 0.47 0.48
HSL 151.36º 0.99% 0.26% -
HSV(B) 151.36º 0.99% 0.52% -
XYZ 9.51 17.22 8.62 -
YUV 86.35 118.77 67.12 -
System Red Green Blue C M Y K H S L
Decimal 1 133 70 0.99 0 0.47 0.48 151.36 0.99 0.26
Hex 1 85 46 63 0 2F 30 97 63 1A
Octal 1 205 106 143 0 57 60 227 143 32
Binary 1 10000101 1000110 1100011 0 101111 110000 10010111 1100011 11010

Color Harmonies of #018546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018546

Black with #018546

Text Example


Text Example

White with #018546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018546; }

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

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

background-color css

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

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

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

border-color css

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

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

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