Html Css Color HEX #018240 Salem

📋 copy color: '#018240'

red 1 ◦ green 130 ◦ blue 64

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

Shades of Salem #018240

Tints of Salem #018240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 66.67%

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

R = 0.51%
G = 66.67%
B = 32.82%

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

#018240 (or 0x018240) is known color: Salem. HEX triplet: 01, 82 and 40. RGB value is (1,130,64). Sum of RGB (Red+Green+Blue) = 1+130+64=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #018240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018240 is #FE7DBF. Grayscale: #545454. Windows color (decimal): -16678336 or 4227585. OLE color: 4227585.

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

Color convert

RGB 1 130 64 -
CMYK 0.99 0 0.51 0.49
HSL 149.3º 0.98% 0.26% -
HSV(B) 149.3º 0.99% 0.51% -
XYZ 8.92 16.34 7.53 -
YUV 83.91 116.76 68.87 -
System Red Green Blue C M Y K H S L
Decimal 1 130 64 0.99 0 0.51 0.49 149.3 0.98 0.26
Hex 1 82 40 63 0 33 31 95 62 1A
Octal 1 202 100 143 0 63 61 225 142 32
Binary 1 10000010 1000000 1100011 0 110011 110001 10010101 1100010 11010

Color Harmonies of #018240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018240

Black with #018240

Text Example


Text Example

White with #018240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018240; }

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

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

background-color css

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

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

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

border-color css

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

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

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