Html Css Color HEX #018542 Salem

📋 copy color: '#018542'

red 1 ◦ green 133 ◦ blue 66

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

Shades of Salem #018542

Tints of Salem #018542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33%

R = 0.5%
G = 66.5%
B = 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

#018542 (or 0x018542) is known color: Salem. HEX triplet: 01, 85 and 42. RGB value is (1,133,66). Sum of RGB (Red+Green+Blue) = 1+133+66=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #018542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018542 is #FE7ABD. Grayscale: #565656. Windows color (decimal): -16677566 or 4359425. OLE color: 4359425.

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

Color convert

RGB 1 133 66 -
CMYK 0.99 0 0.50 0.48
HSL 149.55º 0.99% 0.26% -
HSV(B) 149.55º 0.99% 0.52% -
XYZ 9.38 17.17 7.97 -
YUV 85.89 116.77 67.45 -
System Red Green Blue C M Y K H S L
Decimal 1 133 66 0.99 0 0.50 0.48 149.55 0.99 0.26
Hex 1 85 42 63 0 32 30 96 63 1A
Octal 1 205 102 143 0 62 60 226 143 32
Binary 1 10000101 1000010 1100011 0 110010 110000 10010110 1100011 11010

Color Harmonies of #018542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018542

Black with #018542

Text Example


Text Example

White with #018542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018542; }

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

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

background-color css

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

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

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

border-color css

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

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

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