Html Css Color HEX #018342 Salem

📋 copy color: '#018342'

red 1 ◦ green 131 ◦ blue 66

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

Shades of Salem #018342

Tints of Salem #018342

RGB

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

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

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

R = 0.51%
G = 66.16%
B = 33.33%

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

#018342 (or 0x018342) is known color: Salem. HEX triplet: 01, 83 and 42. RGB value is (1,131,66). Sum of RGB (Red+Green+Blue) = 1+131+66=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 131 (51.56% from 255 or 66.16% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 131 - color contains mainly: green. Hex color #018342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018342 is #FE7CBD. Grayscale: #545454. Windows color (decimal): -16678078 or 4358913. OLE color: 4358913.

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

Color convert

RGB 1 131 66 -
CMYK 0.99 0 0.50 0.49
HSL 150º 0.98% 0.26% -
HSV(B) 150º 0.99% 0.51% -
XYZ 9.11 16.63 7.88 -
YUV 84.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 1 131 66 0.99 0 0.50 0.49 150 0.98 0.26
Hex 1 83 42 63 0 32 31 96 62 1A
Octal 1 203 102 143 0 62 61 226 142 32
Binary 1 10000011 1000010 1100011 0 110010 110001 10010110 1100010 11010

Color Harmonies of #018342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018342

Black with #018342

Text Example


Text Example

White with #018342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018342; }

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

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

background-color css

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

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

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

border-color css

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

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

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