Html Css Color HEX #018641 Salem

📋 copy color: '#018641'

red 1 ◦ green 134 ◦ blue 65

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

Shades of Salem #018641

Tints of Salem #018641

RGB

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

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

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

R = 0.5%
G = 67%
B = 32.5%

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

#018641 (or 0x018641) is known color: Salem. HEX triplet: 01, 86 and 41. RGB value is (1,134,65). Sum of RGB (Red+Green+Blue) = 1+134+65=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 134 (52.73% from 255 or 67% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 134 - color contains mainly: green. Hex color #018641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018641 is #FE79BE. Grayscale: #565656. Windows color (decimal): -16677311 or 4294145. OLE color: 4294145.

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

Color convert

RGB 1 134 65 -
CMYK 0.99 0 0.51 0.47
HSL 148.87º 0.99% 0.26% -
HSV(B) 148.87º 0.99% 0.53% -
XYZ 9.49 17.44 7.87 -
YUV 86.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 1 134 65 0.99 0 0.51 0.47 148.87 0.99 0.26
Hex 1 86 41 63 0 33 2F 95 63 1A
Octal 1 206 101 143 0 63 57 225 143 32
Binary 1 10000110 1000001 1100011 0 110011 101111 10010101 1100011 11010

Color Harmonies of #018641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018641

Black with #018641

Text Example


Text Example

White with #018641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018641; }

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

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

background-color css

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

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

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

border-color css

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

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

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