Html Css Color HEX #018642 Salem

📋 copy color: '#018642'

red 1 ◦ green 134 ◦ blue 66

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

Shades of Salem #018642

Tints of Salem #018642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 66.67%

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

R = 0.5%
G = 66.67%
B = 32.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#018642 (or 0x018642) is known color: Salem. HEX triplet: 01, 86 and 42. RGB value is (1,134,66). Sum of RGB (Red+Green+Blue) = 1+134+66=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #018642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018642 is #FE79BD. Grayscale: #565656. Windows color (decimal): -16677310 or 4359681. OLE color: 4359681.

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

Color convert

RGB 1 134 66 -
CMYK 0.99 0 0.51 0.47
HSL 149.32º 0.99% 0.26% -
HSV(B) 149.32º 0.99% 0.53% -
XYZ 9.52 17.45 8.02 -
YUV 86.48 116.44 67.03 -
System Red Green Blue C M Y K H S L
Decimal 1 134 66 0.99 0 0.51 0.47 149.32 0.99 0.26
Hex 1 86 42 63 0 33 2F 95 63 1A
Octal 1 206 102 143 0 63 57 225 143 32
Binary 1 10000110 1000010 1100011 0 110011 101111 10010101 1100011 11010

Color Harmonies of #018642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018642

Black with #018642

Text Example


Text Example

White with #018642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018642; }

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

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

background-color css

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

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

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

border-color css

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

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

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