Html Css Color HEX #018446 Salem

📋 copy color: '#018446'

red 1 ◦ green 132 ◦ blue 70

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

Shades of Salem #018446

Tints of Salem #018446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 65.02%

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 0.49%
G = 65.02%
B = 34.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#018446 (or 0x018446) is known color: Salem. HEX triplet: 01, 84 and 46. RGB value is (1,132,70). Sum of RGB (Red+Green+Blue) = 1+132+70=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #018446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018446 is #FE7BB9. Grayscale: #555555. Windows color (decimal): -16677818 or 4621313. OLE color: 4621313.

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

Color convert

RGB 1 132 70 -
CMYK 0.99 0 0.47 0.48
HSL 151.6º 0.98% 0.26% -
HSV(B) 151.6º 0.99% 0.52% -
XYZ 9.37 16.95 8.57 -
YUV 85.76 119.1 67.54 -
System Red Green Blue C M Y K H S L
Decimal 1 132 70 0.99 0 0.47 0.48 151.6 0.98 0.26
Hex 1 84 46 63 0 2F 30 98 62 1A
Octal 1 204 106 143 0 57 60 230 142 32
Binary 1 10000100 1000110 1100011 0 101111 110000 10011000 1100010 11010

Color Harmonies of #018446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018446

Black with #018446

Text Example


Text Example

White with #018446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018446; }

 p { color: rgb(1,132,70); }

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

background-color css

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

 a { background-color: rgb(1,132,70); }

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

border-color css

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

 span { border-color: rgb(1,132,70); }

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