Html Css Color HEX #018340 Salem

📋 copy color: '#018340'

red 1 ◦ green 131 ◦ blue 64

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

Shades of Salem #018340

Tints of Salem #018340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 0.51%
G = 66.84%
B = 32.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#018340 (or 0x018340) is known color: Salem. HEX triplet: 01, 83 and 40. RGB value is (1,131,64). Sum of RGB (Red+Green+Blue) = 1+131+64=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #018340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018340 is #FE7CBF. Grayscale: #545454. Windows color (decimal): -16678080 or 4227841. OLE color: 4227841.

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

Color convert

RGB 1 131 64 -
CMYK 0.99 0 0.51 0.49
HSL 149.08º 0.98% 0.26% -
HSV(B) 149.08º 0.99% 0.51% -
XYZ 9.05 16.61 7.58 -
YUV 84.49 116.43 68.45 -
System Red Green Blue C M Y K H S L
Decimal 1 131 64 0.99 0 0.51 0.49 149.08 0.98 0.26
Hex 1 83 40 63 0 33 31 95 62 1A
Octal 1 203 100 143 0 63 61 225 142 32
Binary 1 10000011 1000000 1100011 0 110011 110001 10010101 1100010 11010

Color Harmonies of #018340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018340

Black with #018340

Text Example


Text Example

White with #018340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018340; }

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

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

background-color css

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

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

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

border-color css

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

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

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