Html Css Color HEX #018543 Salem

📋 copy color: '#018543'

red 1 ◦ green 133 ◦ blue 67

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

Shades of Salem #018543

Tints of Salem #018543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 0.5%
G = 66.17%
B = 33.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#018543 (or 0x018543) is known color: Salem. HEX triplet: 01, 85 and 43. RGB value is (1,133,67). Sum of RGB (Red+Green+Blue) = 1+133+67=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #018543 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018543 is #FE7ABC. Grayscale: #565656. Windows color (decimal): -16677565 or 4424961. OLE color: 4424961.

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

Color convert

RGB 1 133 67 -
CMYK 0.99 0 0.50 0.48
HSL 150º 0.99% 0.26% -
HSV(B) 150º 0.99% 0.52% -
XYZ 9.41 17.19 8.13 -
YUV 86.01 117.27 67.37 -
System Red Green Blue C M Y K H S L
Decimal 1 133 67 0.99 0 0.50 0.48 150 0.99 0.26
Hex 1 85 43 63 0 32 30 96 63 1A
Octal 1 205 103 143 0 62 60 226 143 32
Binary 1 10000101 1000011 1100011 0 110010 110000 10010110 1100011 11010

Color Harmonies of #018543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018543

Black with #018543

Text Example


Text Example

White with #018543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018543; }

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

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

background-color css

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

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

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

border-color css

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

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

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