Html Css Color HEX #018140 Salem

📋 copy color: '#018140'

red 1 ◦ green 129 ◦ blue 64

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

Shades of Salem #018140

Tints of Salem #018140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 66.49%

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

R = 0.52%
G = 66.49%
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

#018140 (or 0x018140) is known color: Salem. HEX triplet: 01, 81 and 40. RGB value is (1,129,64). Sum of RGB (Red+Green+Blue) = 1+129+64=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #018140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018140 is #FE7EBF. Grayscale: #535353. Windows color (decimal): -16678592 or 4227329. OLE color: 4227329.

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

Color convert

RGB 1 129 64 -
CMYK 0.99 0 0.50 0.49
HSL 149.53º 0.98% 0.25% -
HSV(B) 149.53º 0.99% 0.51% -
XYZ 8.79 16.08 7.49 -
YUV 83.32 117.09 69.29 -
System Red Green Blue C M Y K H S L
Decimal 1 129 64 0.99 0 0.50 0.49 149.53 0.98 0.25
Hex 1 81 40 63 0 32 31 96 62 19
Octal 1 201 100 143 0 62 61 226 142 31
Binary 1 10000001 1000000 1100011 0 110010 110001 10010110 1100010 11001

Color Harmonies of #018140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018140

Black with #018140

Text Example


Text Example

White with #018140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018140; }

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

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

background-color css

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

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

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

border-color css

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

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

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