Html Css Color HEX #018341 Salem

📋 copy color: '#018341'

red 1 ◦ green 131 ◦ blue 65

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

Shades of Salem #018341

Tints of Salem #018341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 66.5%

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

R = 0.51%
G = 66.5%
B = 32.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#018341 (or 0x018341) is known color: Salem. HEX triplet: 01, 83 and 41. RGB value is (1,131,65). Sum of RGB (Red+Green+Blue) = 1+131+65=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #018341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018341 is #FE7CBE. Grayscale: #545454. Windows color (decimal): -16678079 or 4293377. OLE color: 4293377.

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

Color convert

RGB 1 131 65 -
CMYK 0.99 0 0.50 0.49
HSL 149.54º 0.98% 0.26% -
HSV(B) 149.54º 0.99% 0.51% -
XYZ 9.08 16.62 7.73 -
YUV 84.61 116.93 68.37 -
System Red Green Blue C M Y K H S L
Decimal 1 131 65 0.99 0 0.50 0.49 149.54 0.98 0.26
Hex 1 83 41 63 0 32 31 96 62 1A
Octal 1 203 101 143 0 62 61 226 142 32
Binary 1 10000011 1000001 1100011 0 110010 110001 10010110 1100010 11010

Color Harmonies of #018341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018341

Black with #018341

Text Example


Text Example

White with #018341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018341; }

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

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

background-color css

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

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

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

border-color css

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

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

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